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
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
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
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
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
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