Uses of Class
org.apache.camel.component.seda.SedaConsumerNotAvailableException

Packages that use SedaConsumerNotAvailableException
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
 

Uses of SedaConsumerNotAvailableException in org.apache.camel.component.seda
 

Methods in org.apache.camel.component.seda that throw SedaConsumerNotAvailableException
protected  void SedaProducer.addToQueue(Exchange exchange)
          Strategy method for adding the exchange to the queue.
 



Apache Camel