This content has been marked as final.
Show 2 replies
-
1. Re: how to get message graph using MessageId and ExchangeId
davsclaus Jul 15, 2013 3:39 AM (in response to milanmilas)See here about the UUID generator
http://camel.apache.org/uuidgenerator.html
For message history you can use the tracer
http://camel.apache.org/tracer
And some details about the message history eip here
http://camel.apache.org/message-history.html
And you can find some links to audit / monitoring with Camel from this page
-
2. Re: how to get message graph using MessageId and ExchangeId
milanmilas Jul 15, 2013 4:43 AM (in response to davsclaus)Thanks