On 3/27/07, spiderman2 <[EMAIL PROTECTED]> wrote:

I want to limit the concurrent processing of messages on a broker which have
a certain filter value.

For example, I only want my pool of consumers to consume N messages with the
'priority=1' at the same time.

Can this be done?

The number of consumers (each with their own session) defines the
concurrency. Then just use a selector for the priority="1" part.

--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to