Re: How to optimize performance of multiple producers and consumers

2014-07-16 Thread Noel OConnor
I'd look at using camel routes embedded in activemq to control this as you can retrieve queue depths to determine the processing approach. Take a look at http://rajdavies.blogspot.com.au/2013/09/apache-camel-broker-component-for.html On Wed, Jul 16, 2014 at 11:27 AM, Niranjan Rao wrote: > Greet

How to optimize performance of multiple producers and consumers

2014-07-15 Thread Niranjan Rao
Greetings, We are on version 5.10 - recently migrated, but don't think my problem is version specific. In short, it boils down to can I evaluate the selector information on producer side? I need to make decision whether this is a good time to place the job or not. I have multiple producers