This content has been marked as final.
Show 2 replies
-
1. Re: Camel retry from start of the route
davsclaus Jan 20, 2012 4:03 AM (in response to mohithanda)No you cannot, if you are using the Camel error handler.
However if your point of entry is by nature redeliverable, then that is possible. For example a file input, will be able to redeliver, simply just by picking up the file again.
The same for JMS. You can configure ActiveMQ to perform redeliveries, if you enable transacted JMS. By default ActiveMQ will perform up till 6 redelivery attempts, before the message is moved to a dead letter queue.
-
2. Re: Camel retry from start of the route
mohithanda Jan 29, 2012 7:07 PM (in response to davsclaus)Thanks Claus!
Regards,
Mohit
Edited by: mohithanda on Jan 30, 2012 12:06 AM