LibraryToggle FramesPrintFeedback

Debugging a route usually involves solving one of two problems:

  • a message was not properly transformed

  • a message did not reach the proper endpoint

The easiest way to solve these problems is to trace one or more test messages through the route.

Fuse IDE's route tracing feature allows you to monitor the path a message takes through a route and how it is transformed as it passes from processor to processor. The Diagram View displays a visual representation of the route that allows you to see the path of a message through the route. The Messages View displays the messages processed by the node selected in Diagram View. You can also display the full contents of a message in the Properties viewer.

Tracing messages through a route involves the following steps:

  1. Create one or more test messages.

  2. Activate route tracing on the route's routing context.

  3. Trace the test messages as they pass through the route.

  4. Deactivate route tracing on the route's routing context.

Comments powered by Disqus
loading table of contents...