
activemq
文章平均质量分 52
林子曰
这个作者很懒,什么都没留下…
展开
-
SpringBoot2 集成 activeMQ 消息队列
本文只是简单的介绍集成和使用,偏重于应用,springboot版本为2.1.0参看:https://blog.youkuaiyun.com/lemonTree_DXP/article/details/81334812https://www.jianshu.com/p/d8d73c872665https://blog.youkuaiyun.com/liuchuanhong1/article/details/5460...原创 2018-12-02 19:22:36 · 3251 阅读 · 5 评论 -
springboot中activemq消息队列同时支持queue和topic消息
上一篇文章《SpringBoot2 集成 activeMQ 消息队列》中讲到springboot2集成activemq,使用queue和topic发送消息。最后实现topic发布订阅消息时,遇到一个问题,调用http://127.0.0.1:8080/queue接口,消费者没有收到消息。是因为我们的配置导致的,我们设定了系统中的消息类别为topic:pub-sub-domain: true...原创 2018-12-03 14:01:52 · 3123 阅读 · 3 评论