Re: How can i re send the msg when i got the exception.

2013-06-15 Thread Christian Müller
.bean(requestMapping) > .recipientList(simple(requestEndpoint)) > .bean(responseMapping) > .to(responseEndpoint); > } > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-can-i-re-send-the-msg-when-i-got-the-exception-tp5734187.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

How can i re send the msg when i got the exception.

2013-06-13 Thread optixpro
(ORIGINAL_REQUEST_PROPERTY, body()) .bean(requestMapping) .recipientList(simple(requestEndpoint)) .bean(responseMapping) .to(responseEndpoint); } -- View this message in context: http://camel.465427.n5.nabble.com/How-can-i-re-send-the-msg-when-i-got-the-exception