Hi

I have pushed the code changes for the message history to master.
And as well enabled it out of the box. This allows us to see it in
action easily.

There is options just like the tracer etc to turn it on/off, on
context level, and per route etc.

Its only when there is exhausted exceptions that are being logged by
the error handler, then there
is a message history table first, that shows end users where the
message has been routed.


End users who want to get access to the message history, can do this
from a property on the exchange with
List<MessageHistory> list =
exchange.getProperty(Exchange.MESSAGE_HISTORY, List.class);




--
Claus Ibsen
-----------------
www.camelone.org: The open source integration conference.

Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to