Versions Compared

Key

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

...

The seda: component provides asynchronous SEDAasynchronous SEDA behavior, so that messages are exchanged on a BlockingQueue and consumers are invoked in a separate thread from the producer.

Note that queues are only visible within a single CamelContext. If you want to communicate across CamelContext instances (for example, communicating between Web applications), see the VM component.

...