ActiveMQ 学习

开发:
在Apache官网下载ActiveMQ最新包,
启动的后进入http://127.0.0.1:8161/admin/queues.jsp这个是Activemq程序的管理界面,能够查看到Active存储的消息队列。
消息分队列和主题两种,Java代码实现:
https://blog.csdn.net/zhu_tianwei/article/details/46303023
当队列发送异常,消息会进入ActiveMQ.DLQ(消息重发与死信管理)的消息队列中。
Activemq中消息优先级,通过prefetch预取机制实现
https://blog.csdn.net/truong/article/details/74078939
Activemq与spring整合,及应用场景
https://blog.csdn.net/qq_22075041/article/details/77602996
Spring+Log4j+ActiveMQ实现远程记录日志
https://my.oschina.net/itblog/blog/533730

猜你喜欢

转载自blog.csdn.net/chunchunaiheliu/article/details/80752002