Direct ComponentThe direct: component provides direct, synchronous invocation of any consumers when a producer sends a message exchange. Asynchronous The SEDA component provides asynchronous invocation of any consumers when a producer sends a message exchange. Connection to other camel contexts The VM component provides connections between Camel contexts as long they run in the same JVM. URI formatWhere someName can be any string to uniquely identify the endpoint Options
You can append query options to the URI in the following format, ?option=value&option=value&...
SamplesIn the route below we use the direct component to link the two routes together: And the sample using spring DSL: See also samples from the SEDA component, how they can be used together. See Also |