你的位置:首页 > 软件开发 > Java > spring整合activemq发送MQ消息[Topic模式]实例

spring整合activemq发送MQ消息[Topic模式]实例

发布时间:2015-06-05 00:00:32
Topic模式消息发送实例1、pom引入<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <ve ...

spring整合activemq发送MQ消息[Topic模式]实例

Topic模式消息发送实例

1、pom引入

<dependency>      <groupId>junit</groupId>      <artifactId>junit</artifactId>      <version>4.11</version>      <scope>test</scope>    </dependency>    <dependency>      <groupId>org.apache.activemq</groupId>      <artifactId>activemq-all</artifactId>      <version>5.11.1</version>    </dependency>    <dependency>      <groupId>org.springframework</groupId>      <artifactId>spring-jms</artifactId>      <version>4.1.4.RELEASE</version>    </dependency>    <dependency>      <groupId>org.springframework</groupId>      <artifactId>spring-test</artifactId>      <version>4.1.4.RELEASE</version>    </dependency>

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:spring整合activemq发送MQ消息[Topic模式]实例

关键词:Spring

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录