Hello all,

I already posted such a problem on Servicemix forum, but I didn't get any
response. So perhaps somebody can help me here. 

I use SMX3.3 and Camel1.4, and I have two different behaviors when I use:
errorHandler(deadLetterChannel()) and
errorHandler(deadLetterChannel(ERROR_QUEUE))

For example, I use this DSL route from(JBI_ENDPOINT_A).to(JBI_ENDPOINT_B)
(In-Only messages) and I send a message to A. B  causes an error. 
With the default deadLetterChannel, it is ok. A sends the message, error is
logged, and A receives an error response.
However, when I use deadLetterChannel(ERROR_QUEUE), a message is sent to the
error queue, error is logged, but A never receives the error message back.

Can anyone help me with this?
Thanks very much
Aymeric
-- 
View this message in context: 
http://www.nabble.com/DeadLetterChannel-and-DeadLetterChannel%28Endpoint%29-tp22137985s22882p22137985.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to