MQ
BESTSK
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ActiveMQ测试实例
ActiveMQ的安装与启动 1 下载ActiveMQ:http://activemq.apache.org/download.html 2 下载后解压到任意文件夹,解压后文件夹内的目录为: 3 进入bin目录下的win64目录,运行activemq.bat程序,启动前需要设置jdk的环境变量,启动后如图所示: 在浏览器中输入http://localhost:8161/ad原创 2016-09-06 21:32:54 · 1021 阅读 · 0 评论 -
JMS基本概念
摘要:The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java Platform Enterprise Edition (Java EE) to create, send, receive, and read messages. It转载 2016-09-09 21:05:54 · 529 阅读 · 0 评论 -
Spring与ActiveMQ整合
maven依赖: org.springframework spring-jms 4.3.2.RELEASE org.apache.xbean xbean-spring 4.5 org.apache.activemq activemq-core 5.7.0 activemq.properties内容: bro原创 2016-09-11 21:03:37 · 821 阅读 · 1 评论
分享