Re: topic message distribution

2011-07-13 Thread Mark Greene
gt; http://fusesource.com > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Tue, Jul 12, 2011 at 8:56 PM, Mark Greene wrote: > > > With AMQ topics, when a message is published and there are multiple > > subscribers to the

topic message distribution

2011-07-12 Thread Mark Greene
With AMQ topics, when a message is published and there are multiple subscribers to the topic, is the message pushed in a serial order or in parallel to subscribers? If it's in parallel, does AMQ create a separate thread per topic subscriber? Thanks in advance, Mark

failover transport recovery behavior

2011-05-19 Thread Mark Greene
I have a primary and secondary node configured with the failover transport. When the primary node dies, producers and consumers switch over to the secondary node just fine. However, when the primary node comes back, only the producer seems to recover and migrate back to the primary, however the con

Producer Connection Factory Impl

2009-12-18 Thread Mark Greene
What is the current (AMQ 5.3) recommended implementation for producer connection factories? The wiki page for Spring Support suggests the org.apache.activemq.pool.PooledConnectionFactory which appears to have been removed from the API. Thanks, Mark Greene

Re: Pending Messages Count never decreases even though messages are delivered

2009-12-13 Thread Mark Greene
Please disregard my first message. The example code I was using had a transacted session. On Sun, Dec 13, 2009 at 12:06 AM, Mark Greene wrote: > Currently using AMQ 5.3 with Spring 2.5.6. I have a simple producer and > consumer queue working but noticed that the control panel indicates th

Pending Messages Count never decreases even though messages are delivered

2009-12-12 Thread Mark Greene
Currently using AMQ 5.3 with Spring 2.5.6. I have a simple producer and consumer queue working but noticed that the control panel indicates that the number of pending messages never decreases. I can confirm that the messages are being delivered to the consumer because I have simple logging in the