
J2EE之JMS
gdjbj2007
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JMS概念
JMS : java message service JAVA消息服务应用程序接口是一个java平台关于MOM的API,用于应用程序之间,或者分布式系统中发送消息,进行异步通信。分布式?? MOM:Message-Oriented Middleware 面向消息的中间件 支持的厂商:IBM的MQSeries、BEA的weblogic JMS Service、Progress的So...2013-12-28 21:44:53 · 165 阅读 · 0 评论 -
ActiveMQ 笔札 (一)
1.2 Using ActiveMQ: why and when 1.2.1 Loose coupling and ActiveMQ (松耦和) Such a loosely coupled design is consid-ered to be asynchronous, where the calls from either application have no be...原创 2014-01-14 22:47:47 · 125 阅读 · 0 评论