Hi,

Is it possible to send a message towards 2 endpoints (in //) but the message
is unmarshalled for one of the two destinations (and not for the other) and
if an error occurs everything is rollbacked ?

Idea:

From("file:c:///temp")
.parrallel(
.to("bean:saveContent".unmarshall(jaxb))
.to("activemq:queue.myqueue"));

Regards,

Charles
-- 
View this message in context: 
http://www.nabble.com/Is-it-possible-to-send-a-message-towards-2-endpoints-but-the-message-is-unmarshalled-for-one-of-the-two-destinations---tp18315419s22882p18315419.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to