
activemq
梦醒了该散了
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot 整合activemq (点对点)简单使用
1.maven依赖 <!--activemq的依赖--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-activemq</arti...原创 2019-03-19 16:17:07 · 688 阅读 · 0 评论 -
springboot 整合activemq 消息发布和订阅
1.maven依赖 <!--activemq的依赖--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-activemq<...原创 2019-03-21 17:07:57 · 7455 阅读 · 0 评论