Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • Use case 1: Loosely coupled Camel routes on the same node
    Camel routes in separate bundles can interact by sending exchanges through the NMR without the overhead of serialization/copying data/...
  • Use case 2: Loosely coupled Camel routes on multiple nodes
    Camel routes on multiple nodes can communicate by sending exchanges through the NMR. The underlying implementation will probably be ActiveMQ Apollo.
    (What data types can we support here? )XML
  • Use case 3: Seamlessly migrate Camel routes running on the same node to different nodes (i.e. without the calling route having to be aware of the change)

...