This talk will show you ways to provide your own way of persisting routing state to support long running processes with Camel
Camel provides a very powerful stateless routing engine well suited for lightweight business processes. Not loosing messages during restarts, surviving crashes, error handling with batch processes are scenarios that quickly get complicated. Camel's support for redelivery is an all or nothing approach that helps only in part and long running processes are not even possible out of the box.
This presentation will show ways of handling state and implementing long running processes that survive restarts.