activemq春天客户端

  

<强>

& lt; properties>   ,,,& lt; activemq.version> 5.15.4   ,,,& lt; xbean-spring.version> 4.8 & lt;/xbean-spring.version>   ,,,& lt; spring-jms.version> 5.0.7.RELEASE   & lt;/properties>      & lt; dependencies>   ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.apache.activemq   ,,,,,,,& lt; artifactId> activemq-client   ,,,,,,,& lt; version> $ {activemq.version} & lt;/version>   ,,,& lt;/dependency>   ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.apache.activemq   ,,,,,,,& lt; artifactId> activemq-spring   ,,,,,,,& lt; version> $ {activemq.version} & lt;/version>   ,,,& lt;/dependency>   ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.apache.activemq   ,,,,,,,& lt; artifactId> activemq-pool   ,,,,,,,& lt; version> $ {activemq.version} & lt;/version>   ,,,& lt;/dependency>   ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.apache.activemq   ,,,,,,,& lt; artifactId> activemq-broker   ,,,,,,,& lt; version> $ {activemq.version} & lt;/version>   ,,,& lt;/dependency>      ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.apache.xbean   ,,,,,,,& lt; artifactId> xbean-spring   ,,,,,,,& lt; version> $ {xbean-spring.version} & lt;/version>   ,,,& lt;/dependency>   ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.springframework   ,,,,,,,& lt; artifactId> spring-jms   ,,,,,,,& lt; version> $ {spring-jms.version} & lt;/version>   ,,,& lt;/dependency>         ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.springframework   ,,,,,,,& lt; artifactId> spring-core   ,,,& lt;/dependency>   ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.springframework   ,,,,,,,& lt; artifactId> spring-beans   ,,,& lt;/dependency>   ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.springframework   ,,,,,,,& lt; artifactId> spring-context   ,,,& lt;/dependency>   ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.springframework   ,,,,,,,& lt; artifactId> spring-context-support   ,,,& lt;/dependency>      ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.apache.commons   ,,,,,,,& lt; artifactId> commons-pool2   ,,,& lt;/dependency>      ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.slf4j   ,,,,,,,& lt; artifactId> slf4j-log4j12   ,,,& lt;/dependency>   ,,,& lt; dependency>   ,,,,,,,& lt; groupId> org.apache.logging.log4j   ,,,,,,,& lt; artifactId> log4j-core   ,,,& lt;/dependency>      & lt;/dependencies>

<强>

active.config.brokerURL=故障转移:(tcp://localhost: 61617, tcp://localhost: 61618年,tcp://localhost: 61619)   active.config.username=admin   active.config.password=admin123      active.destination.queue.name=queue.test01   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null

activemq春天客户端