码迷,mamicode.com
首页 > 编程语言 > 详细

Spring 整合 ActiveMQ

时间:2019-08-24 20:40:00      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:apach   pen   ring   dep   ati   pid   nat   artifact   文件   

Spring官方提供了一个叫JmsTemplate的类,这个类就专门用来处理JMS的,在该类的Bean配置标签中有两个属性connectionFactory-refdefaultDestination-ref正好对应JMS中的ConnectionFactoryDestination

依赖

<dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-jms</artifactId>
</dependency>

<dependency>
      <groupId>org.apache.activemq</groupId>
      <artifactId>activemq-pool</artifactId>
</dependency>

<dependency>
      <groupId>org.apache.activemq</groupId>
      <artifactId>activemq-all</artifactId>
</dependency>

配置文件

Spring 整合 ActiveMQ

标签:apach   pen   ring   dep   ati   pid   nat   artifact   文件   

原文地址:https://www.cnblogs.com/loveer/p/11405884.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!