Hi,
I am using camel with servicemix.
I have this code in my RoteBuilder.
errorHandler(deadLetterChannel(ERROR_IN).maximumRedeliveries(2));
           from(SERVICE_IN).to(BEAN_IN);

where SERVICE_IN is jms consumer BEAN_IN is bean and ERROR_IN is another
queue. How this flow will woprk?
-- 
View this message in context: 
http://www.nabble.com/error-handling-tp17333360s22882p17333360.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to