EMS
文章平均质量分 84
dingshutong
这个作者很懒,什么都没留下…
展开
-
Send Message by Spring JMS
The JmsTemplate contains many convenience methods to send a message. There are send methods that specify the destination using a javax.jms.Destination object and those that specify the destination u...原创 2014-01-07 23:27:35 · 149 阅读 · 0 评论 -
Using MessageConverter
In order to facilitate the sending of domain model objects, the JmsTemplate has various send methods that take a Java object as an argument for a message's data content. The overloaded methods conve...原创 2014-01-07 23:31:10 · 105 阅读 · 0 评论 -
JMS结构
JMS结构模型 1.ConnectionFactory A ConnectionFactory object encapsulates a set of connection configuration parameters that ha...原创 2014-01-08 22:32:16 · 155 阅读 · 0 评论 -
JMS Message
1)recap The Message interface is the root interface of all JMS messages. It defines the message header and the acknowledge method used for all messages. Most message-oriented middleware ...原创 2014-01-10 00:16:38 · 194 阅读 · 0 评论 -
ActiveMQ 安装(1)
Pre-Installation Requirements Hardware: 33 MB of free disk space for the ActiveMQ 4.x binary distribution. 200 MB of free disk space for the ActiveMQ 4.x source or developer's distributions. O...原创 2014-01-13 23:41:11 · 147 阅读 · 0 评论