Re: Waiting for a bean to finish before continuing route

2013-10-30 Thread geoffreydv
The reason I created the persistence route is that there will be other routes calling this one that do not have to perform any actions afterwards. Do you have any example on what you mean with publishing an event to signal the persisting is completed? -- View this message in context: http://cam

Waiting for a bean to finish before continuing route

2013-10-30 Thread geoffreydv
Hello, I was wondering if something I have in mind is possible using Camel. Our projects needs a route to listen for jms messages, then persist something to the database in a custom bean using another route and only continue the first route once the item has been successfully persisted. I was ho