标签:apach pen ring dep ati pid nat artifact 文件
Spring官方提供了一个叫
JmsTemplate
的类,这个类就专门用来处理JMS的,在该类的Bean配置标签
中有两个属性connectionFactory-ref
和defaultDestination-ref
正好对应JMS中的ConnectionFactory
和Destination
<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>
标签:apach pen ring dep ati pid nat artifact 文件
原文地址:https://www.cnblogs.com/loveer/p/11405884.html