You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Queue Component

The queue: component provides asynchronous SEDA behaviour so that consumers are invoked in a seperate thread pool to the producer within the same JVM. Note 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 format

queue:someName

Where someName can be any string to uniquely identify the endpoint

  • No labels