This content has been marked as final.
Show 2 replies
-
1. Re: Camel auditing to SQL and exchange recover
davsclaus Apr 17, 2013 7:38 AM (in response to milanmilas)Hi
You can use the event notifier events in Camel and log/send to DB for events you are interested in.
Here is a little example
http://camel.apache.org/eventnotifier-to-log-details-about-all-sent-exchanges.html
And you can see all the event types Camel support from the javadoc
-
2. Re: Camel auditing to SQL and exchange recover
milanmilas Apr 18, 2013 6:32 AM (in response to davsclaus)Thanks