Hi Claus,

the solution you described sounds good. The only thing is that it has to be coded. I had hoped that either the jms providers or camel already had a solution that only needs to be configured. But it doesn´t sound too difficult. I was also thinking about using a database as a buffer. But on a second thought what you propose is not much more difficult and does not need additional infrastructure.

Thanks

Christian

Ask at the AMQ forum as its a JMS question how or if that is possible.

The solution I can think off is using SQL selectors.

And maybe use a scheduled polling approach where you can use the
consumer template to try select messages with the lowest priority and
drain the queue and then go on with +1 priority.

--

Christian Schneider
---
http://www.liquid-reality.de

Reply via email to