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