| Modifier and Type | Method and Description |
|---|---|
QueueReference |
SedaComponent.getOrCreateQueue(SedaEndpoint endpoint,
Integer size,
Boolean multipleConsumers,
BlockingQueueFactory<org.apache.camel.Exchange> customQueueFactory) |
QueueReference |
SedaEndpoint.getQueueReference()
Get's the
QueueReference for the this endpoint. |
QueueReference |
SedaComponent.getQueueReference(String key) |
QueueReference |
SedaComponent.registerQueue(SedaEndpoint endpoint,
BlockingQueue<org.apache.camel.Exchange> queue) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,QueueReference> |
SedaComponent.getQueues() |
Apache Camel