...
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 |
|---|
|
The Seda component provides asynchronous invocation of any consumers when a producer sends a message exchange. |
| Tip |
|---|
| title | Connection 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 |
|---|
|