After thinking about this some more, what I'd really like is to be able to
consume a message at some time in the future.  If an exception occurs during
processing, instead of the processing thread sleeping for the delay period,
the message should be re-delivered with something like a consume_time
header.  Then the message consumer will change its selector every time it
polls, something like "consume_time > System.currentTimeInMillis()"
Thoughts anyone?
-- 
View this message in context: 
http://www.nabble.com/Redeliver-to-end-of-Endpoint-Queue--tp22060777s22882p22071417.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to