Versions Compared

Key

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

...

The Message History from the EIP patterns allows to analyze for analyzing and debug debugging the flow of messages in a loosely coupled system.

Therefore, attach Attaching a Message History to the message . The Message History is will provide a list of all applications that the message passed through since its origination.

...

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 known endpoint the Exchange was sent to (it will override be overridden when sending to new endpoint). Though it allows you to trace messages being sent using interceptors or the Event Notifier.

Tip

The Message History is scheduled for refactor refactoring and improvement in Camel 3.0, to make it better and easier for end users to access details.

...