java activemq demo_Spring与ActiveMQ的整合的完整demo

【实例简介】

此demo基于Spring+JMS+ActiveMQ+Tomcat,通过注解实现的完整实例,包含jar包

【实例截图】

【核心代码】

ActiveMQSpringDemo

└── ActiveMQSpringDemo

├── build

│   └── classes

│   ├── ActiveMQ.xml

│   ├── applicationContext.xml

│   ├── com

│   │   └── tgb

│   │   └── SpringActivemq

│   │   ├── controller

│   │   │   └── ActivemqController.class

│   │   └── mq

│   │   ├── consumer

│   │   │   ├── queue

│   │   │   │   ├── QueueReceiver1.class

│   │   │   │   └── QueueReceiver2.class

│   │   │   └── topic

│   │   │   ├── TopicReceiver1.class

│   │   │   └── TopicReceiver2.class

│   │   └── producer

│   │   ├── queue

│   │   │   ├── QueueSender$1.class

│   │   │   └── QueueSender.class

│   │   └── topic

│   │   ├── TopicSender$1.class

│   │   └── TopicSender.class

│   ├── log4j.properties

│   └── spring-mvc.xml

├── src

│   ├── ActiveMQ.xml

│   ├── applicationContext.xml

│   ├── com

│   │   └── tgb

│   │   └── SpringActivemq

│   │   ├── controller

│   │   │   └── ActivemqController.java

│   │   └── mq

│   │   ├── consumer

│   │   │   ├── queue

│   │   │   │   ├── QueueReceiver1.java

│   │   │   │   └── QueueReceiver2.java

│   │   │   └── topic

│   │   │   ├── TopicReceiver1.java

│   │   │   └── TopicReceiver2.java

│   │   └── producer

│   │   ├── queue

│   │   │   └── QueueSender.java

│   │   └── topic

│   │   └── TopicSender.java

│   ├── log4j.properties

│   └── spring-mvc.xml

└── WebContent

├── index.jsp

├── META-INF

│   └── MANIFEST.MF

├── note.txt

├── resources

│   └── jquery-1.11.0.min.js

└── WEB-INF

├── lib

│   ├── activemq-all-5.11.1.jar

│   ├── commons-logging.jar

│   ├── log4j-1.2.17.jar

│   ├── spring-aop-4.1.0.RELEASE.jar

│   ├── spring-aspects-4.1.0.RELEASE.jar

│   ├── spring-beans-4.1.0.RELEASE.jar

│   ├── spring-context-4.1.0.RELEASE.jar

│   ├── spring-context-support-4.1.0.RELEASE.jar

│   ├── spring-core-4.1.0.RELEASE.jar

│   ├── spring-expression-4.1.0.RELEASE.jar

│   ├── spring-jms-4.1.0.RELEASE.jar

│   ├── spring-messaging-4.1.0.RELEASE.jar

│   ├── spring-tx-4.1.0.RELEASE.jar

│   ├── spring-web-4.1.0.RELEASE.jar

│   ├── spring-webmvc-4.1.0.RELEASE.jar

│   └── xbean-spring-4.4.jar

└── web.xml

31 directories, 45 files

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值