
activeMQ
sicofield
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ActiveMQ实战(1)
下载安装,启动 以管理员身份运行activemq.bat, 另外InstallService.bat是以服务的形式安装 启动之后浏览器8161端口可以打开管理终端,初始的账号密码都为admin 示例程序 队列模式 生产者 运行之后的结果 消费者 当开启2个消费者的同时生产者生产消息,看一下结果: 两个Consumer...原创 2018-04-16 19:46:42 · 399 阅读 · 0 评论 -
ActiveMQ实战(2)—— Spring集成JMS链接ActiveMQ
基础知识参考下这篇文章:Spring JMS各组件详解 pom.xml <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> ...原创 2018-04-18 19:15:24 · 450 阅读 · 0 评论