Re: Reorder of messages

2013-02-25 Thread Gary Tully
On 13 February 2013 14:20, dannygallagh...@gmail.com dannygallagh...@gmail.com wrote: .. One question about priority messages: When a message is consumed by priority, isn't that really the same as using a selector? ActiveMQ must be looking at everything in the queue, just like a selector

Re: Reorder of messages

2013-02-13 Thread Christian Posta
not missing something before giving up. Thanks for any responses -- View this message in context: http://activemq.2283324.n4.nabble.com/Reorder-of-messages-tp4658449p4663327.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- *Christian Posta* http

Re: Reorder of messages

2013-02-12 Thread dannygallagh...@gmail.com
://activemq.2283324.n4.nabble.com/Reorder-of-messages-tp4658449p4663269.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Reorder of messages

2012-10-30 Thread Gary Tully
to reorder messages on a queue, or perhaps update a message while it is in a queue. Digging around, I haven't found anything that quite fits my use case. priority queues, resequencer, etc. This high level system will help me illustrate: An enterprise system that produces books

Re: Reorder of messages

2012-10-30 Thread James Strachan
with selector matching the message id and issue a new message send. You could maybe build that logic with camel and have it kicked off with a specific event on an update queue. Here's the documentation on the Resequencer which can consume from a queue, reorder the messages and send to another