Queue Component
The queue: component provides asynchronous SEDA Note that queues are only visible within a single CamelContext. If you want to communicate across CamelContext instances such as to communicate across web applications, see the VM component. Note also that this component has nothing to do with JMS, if you want a distributed SEA then try using either JMS or ActiveMQ or even MINA URI formatqueue:someName Where someName can be any string to uniquely identify the endpoint within the current CamelContext See Also |