LibraryToggle FramesPrintFeedback

Name

Seda — provides an asynchronous connection to any consumer in the same camelContext element

Overview

Seda endpoints provide asynchronous SEDA behavior, so that messages are exchanged on a BlockingQueue and consumers are invoked in a separate thread from the producer.

Queues are only visible within a single camelContext element. If you want to communicate across camelContext elements, use a vm endpoint.

[Tip]Synchronous

Direct endpoints provide synchronous invocation of any consumers when a producer sends a message exchange.

Comments powered by Disqus