合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
#### pom ``` <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-activemq</artifactId> </dependency> ``` #### application.yml ``` spring: activemq: broker-url: tcp://ip:61616 user: admin password: admin jms: pub-sub-domain: true #是否使用发布订阅模式,默认false,使用点对点 queue: test1 topic:topic1 ```