Re: topic message distribution

2011-07-13 Thread Mark Greene
Thanks Dejan, That's very helpful! -Mark On Wed, Jul 13, 2011 at 3:30 AM, Dejan Bosanac wrote: > Hi Mark, > > the message by default is sent in serial order to all available > subscribers. > It can be changed by implementing appropriate DispatchPolicy > > > https://fisheye6.atlassian.com/brow

Re: topic message distribution

2011-07-13 Thread Dejan Bosanac
Hi Mark, the message by default is sent in serial order to all available subscribers. It can be changed by implementing appropriate DispatchPolicy https://fisheye6.atlassian.com/browse/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/policy/DispatchPolicy.java?hb=true

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