what happens when an exception occurs?  Is the consumer thread halted while
performing exception handling on the current message or are other messages
processed in parallel?  Is there a way to programatically control this?

For example, if a processing exception is thrown and a retry policy is setup
to retry 3 times every 10 seconds....will the next message in this "group"
be processed during that time period or only after the retries have
completed?  What if I want to block a consumer altogether until an issue has
been resolved for that group manually...is this possible?

note - I'm using AMQ message groups with ServiceMix 3.3.1 and Camel 2.0.0...

thanks


-----
Ben - Senior Consultant

-- 
View this message in context: 
http://www.nabble.com/message-groups-with-exception-handling-tp25350435p25350435.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to