Hello All,

I have the following situation:
In my camel route I'm sending an object, which is then transformed by an
endpoint, then the transformed object is sent by email by another endpoint,
and I want to put another endpoint after the last one which deletes the
original object from a DB.
How can I achieve this using camel?

Object -> [Transformer - Endpoint 1] -> transformed Object -> [ Email Sender
- Endpoint 2] -> ? -> [Delete Object - Endpoint 3]

Thanks!



--
View this message in context: 
http://camel.465427.n5.nabble.com/Access-a-previous-message-tp5724107.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to