Versions Compared

Key

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

...

The direct: component provides direct, synchronous invocation of any consumers when a producer sends a message exchange.
This endpoint can be used to connect existing routes or if a client in the same JVM as the Camel router wants to access the routes camel context.

Tip
titleAsynchronous

The Seda component provides asynchronous invocation of any consumers when a producer sends a message exchange.

Tip
titleConnection to other camel contexts

The VM component provides connections between Camel contexts as long they run in the same JVM.

URI format

Code Block
direct:someName

...

Include Page
CAMEL:Endpoint See Also
CAMEL:Endpoint See Also