Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In Camel you can trace message flow using the Tracer, or access information using the Java API from UnitOfWork using the getTracedNodes getTracedRouteNodes method.

When Camel sends a message to an endpoint that endpoint information is stored on the Exchange as a property with the key Exchange.TO_ENDPOINT.
This property contains the last know known endpoint the Exchange was sent to (will override when sending to new endpoint). Though it allows you to trace messages being sent using interceptors or the Event Notifier.

...