springboot整合activemq

pom.xml

springboot整合activemq

 yml文件

springboot整合activemq

 编写配置类

springboot整合activemq

 生产者

springboot整合activemq

 主启动类

springboot整合activemq

单元测试

springboot整合activemq

每隔三秒发送消息

springboot整合activemq

 修改主启动类

springboot整合activemq

 直接启动主类就可以完成测试

 

消费者监听消息

springboot整合activemq

topic模式

yml配置

springboot整合activemq

 配置类

springboot整合activemq

生产者

springboot整合activemq 

 主启动类

springboot整合activemq

 消费者

yml配置

springboot整合activemq

 

代码

springboot整合activemq

 修改端口启动两个消费者服务,控制台会打印消息

相关文章: