.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.
>
(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