一、MQ(Message Queue)即 消息队列,一般用于应用系统解耦、消息异步分发,能够提高系统吞吐量。MQ的产品有很多,有开源的,也有闭源,比如ZeroMQ、RabbitMQ、 ActiveMQ、Kafka/Jafka、Kestrel、Beanstalkd、HornetQ、Apache Qpi...
分类:
其他好文 时间:
2015-07-19 17:53:17
阅读次数:
197
消息通信库ZeroMQ 4.0.4安装指南一、ZeroMQ介绍ZeroMQ是一个开源的消息队列系统,按照官方的定义,它是一个消息通信库,帮助开发者设计分布式和并行的应用程序。首先,我们需要明白,ZeroMQ不是传统的消息队列系统(比如ActiveMQ、WebSphereMQ、RabbitMQ等)。Z...
分类:
其他好文 时间:
2015-07-16 18:57:30
阅读次数:
105
Before discussing the details of connectors and their role in the overall ActiveMQarchitecture, it’s important to understand connector URIs. Uniform r...
分类:
其他好文 时间:
2015-07-10 13:20:24
阅读次数:
179
This chapter covers? Introduction to the use case for each of the book examples? Use of Maven for compiling and running the examples? How to use the e...
分类:
其他好文 时间:
2015-07-10 13:05:28
阅读次数:
125
In order to exchange messages, producers and consumers (clients) need to connect tothe broker. This client-to-broker communication is performed throug...
分类:
其他好文 时间:
2015-07-10 13:02:38
阅读次数:
101
The main role of a JMS broker such as ActiveMQ is to provide a communicationinfrastructure for client applications. For that reason, ActiveMQ provides...
分类:
其他好文 时间:
2015-07-10 12:51:31
阅读次数:
142
JMS (Java Message Service)。用于在Application之间进行message传递。Enterprise Message WebSphere MQ、SonicMQ、Microsoft Message Queue(MSMQ)、ActiveMQ、EJB中的Message Bea...
分类:
其他好文 时间:
2015-07-09 17:52:18
阅读次数:
141
http://riddickbryant.iteye.com/blog/441890【发送端】session = connection.createSession(Boolean.FALSE, Session.AUTO_ACKNOWLEDGE);producer.setDeliveryMode(De...
分类:
其他好文 时间:
2015-07-07 14:34:10
阅读次数:
163
【消息持久化】ActiveMQ持久订阅设置通过为发布者设置 PERSISTENT传送模式,为订阅者时使用持久订阅,这样可以保证 Pub/Sub 程序接收所有发布的消息。消息订阅分为非持久订阅(non-durable subscription)和持久订阅(durable subscription),非...
分类:
其他好文 时间:
2015-07-07 14:28:26
阅读次数:
5985
【http://wentao365.iteye.com/blog/1560934】spring配置文件applicationContext.xml tcp://localhost:61616?wireFormat.maxInactivityDuratio...
分类:
编程语言 时间:
2015-07-07 14:23:29
阅读次数:
115