I have route like this It will create dynamic(Multiple) recipientList at the time of route startup.
from("route") .routeId("name") .transacted() .to("route2"); from("route2") .transacted() .routeId("name1") .split((body())) .process(new exampleprocessor()) .process(new exampleRecipientListProcessor()) .recipientList(header(ConstantS.EXAMPLE_RECIPIENTS_KEY)) But my problem is For example consider i have five recipient list,Let's assume the above route successfully send message upto third recipient list,while sending to fourth recipient list if its got failed means how i can get the failed recipientlist name in camel? Is anyone faced this issue before?Anyone help is highly appreciated -- View this message in context: http://camel.465427.n5.nabble.com/How-to-get-failed-recipient-list-name-in-camel-tp5734332.html Sent from the Camel - Users mailing list archive at Nabble.com.