Versions Compared

Key

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

...

We enter this sql: select id, shortExchangeId, previousNode, toNode, body from camel_messagetraced and get the output as the picture below:

Routing

The diagram below illustrates the route diagram generated using Visualization.
Image Added

We receive an Exchange from the in stream, then its split using the splitWords method. Then the quote method is invoked before its aggregated and finally sent to the stream out to be printed in the console.

If we look at the 6 rows from the traced SQL and with the route diagram in mind we can get a better understand how the Exchange was routed.

1. The Exchange does not have a previousNode so its the first step where its consumed from the input stream
2.
TODO

See also