Hello guys!

In my camel routes as a part of it there is a jpa producer. 
When it comes to save the body to the database via 

.to("jpa:...")

I have the situation to fetch that object from the database afterwards.
However the camel route is that fast so the previously storage to database
has not been fulfilled completely. Therefore I cannot find that object
in database.
Are there any tricks/patterns, whatsoever, to handle such a
situation?

Thanks in advanced.

Hilderich

 



--
View this message in context: 
http://camel.465427.n5.nabble.com/Wait-until-the-object-was-persisted-tp5736990.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to