
activemq and jms
文章平均质量分 80
xgbjmxn
这个作者很懒,什么都没留下…
展开
-
一个activemq例子
<br />import javax.jms.Message;<br />import javax.jms.MessageListener;<br /><br />import com.powere2e.platform.messaging.exception.*;<br /><br />import com.powere2e.platform.v7.commons.log.*;<br />import com.powere2e.platform.v7.commons.Routerbase;原创 2011-01-25 14:46:00 · 1086 阅读 · 0 评论 -
activemq integreted with osgi : install, list , and monitor
<br />This article applies to ActiveMQ version 5.4.0 or newer. If you use an older version proceed to the following article.Introduction<br />All ActiveMQ modules are packaged as OSGi bundles and can be used in any OSGi container. This article will p原创 2011-01-31 12:48:00 · 1385 阅读 · 0 评论 -
Message Cursors
Message Cursors<br />A common problem in previous versions of ActiveMQ was running out of RAM buffer when using non-persistent messaging.<br />Beginning with ActiveMQ 5.0.0, there is a new memory model that allows messages to be paged in from storage w原创 2011-01-26 19:38:00 · 729 阅读 · 0 评论 -
How do durable queues and topics work
<br />Durable queues keep messages around persistently for any suitable consumer to consume them. Durable queues do not need to concern themselves with which consumer is going to consume the messages at some point in the future. There is just one cop原创 2011-01-26 11:00:00 · 448 阅读 · 0 评论 -
Idempotent Consumer 2
<br /> Idempotent ConsumerOverview<br />The idempotent consumer pattern is used to filter out duplicate messages. For example, consider a scenario where the connection between a messaging system and a consumer endpoint is abruptly l转载 2011-01-28 11:14:00 · 756 阅读 · 0 评论 -
JMS Component
JMS ComponentUsing ActiveMQ<br />If you are using Apache ActiveMQ, you should prefer the ActiveMQ component as it has been particularly optimized for ActiveMQ. All of the options and samples on this page are also valid for the ActiveMQ component.转载 2011-01-26 19:36:00 · 1591 阅读 · 0 评论 -
Thread: Problem configuration ActiveMQ
Problem configuration ActiveMQ <br /> Posted: Mar 22, 2010 10:27 AM ReplyI have a problem with the ActiveMQ configuration i原创 2011-01-26 19:40:00 · 1460 阅读 · 0 评论 -
Producer Flow Control
Producer Flow Control<br />In ActiveMQ 4.x flow control was implemented using TCP flow control. The underlying network connection of throttled consumers was suspended to enforce flow control limits. This strategy is very efficient but can lead to dea转载 2011-01-26 19:39:00 · 785 阅读 · 0 评论 -
Virtual Destinations
<br />Virtual Destinations allow us to create logical destinations that clients can use to produce and consume from but which map onto one or more physical destinations. It allows us to provide more flexible loosly coupled messaging configurations.Vi转载 2011-01-26 10:56:00 · 971 阅读 · 0 评论 -
activemq
ActiveMQ Component<br />The ActiveMQ component allows messages to be sent to a JMS Queue or Topic or messages to be consumed from a JMS Queue or Topic using Apache ActiveMQ. <br />This component is based on JMS Component and uses Spring's JMS support原创 2011-01-26 10:53:00 · 992 阅读 · 0 评论 -
how to configure and use activemq in camel
how to configure and use activemq in camel一、configure activemq, create a xml file "activemq_connect.xml" ,contents as : xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camel="http原创 2011-01-25 16:10:00 · 1507 阅读 · 1 评论 -
how to change activemq's persistence database
<br />how to change activemq's persistence database<br /> <br />1、编辑D:/Java/apache-servicemix-4.3.0-fuse-03-00/etc/activemq-broker.xml,<br />(1)将<persistenceAdapter><br /> <kahaDB directory="${karaf.data}/activemq/default/kahadb"/><br />原创 2011-01-25 15:34:00 · 691 阅读 · 0 评论 -
jms 的基本概念
一、Temporary Destinationsaccess temporary queues Or temporary topics : jms:temp:queue:foo jms:temp:topic:barThis URL format enables multiple routes or processors or beans to refer to the same temporary destinationyou can create three temporary destina原创 2011-01-25 14:58:00 · 2234 阅读 · 0 评论 -
camel servicemix 重要命令
features:addUrl mvn:org.apache.camel.karaf/features/2.0.0/xml/features原创 2011-01-31 18:36:00 · 1795 阅读 · 1 评论