| Package | Description |
|---|---|
| org.apache.camel.component.rabbitmq.reply |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueReplyHandler
ReplyHandler to handle processing replies when using regular queues. |
class |
TemporaryQueueReplyHandler
ReplyHandler to handle processing replies when using temporary queues. |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.camel.TimeoutMap<String,ReplyHandler> |
ReplyManagerSupport.correlation |
| Modifier and Type | Method and Description |
|---|---|
protected ReplyHandler |
TemporaryQueueReplyManager.createReplyHandler(ReplyManager replyManager,
org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback,
String originalCorrelationId,
String correlationId,
long requestTimeout) |
protected abstract ReplyHandler |
ReplyManagerSupport.createReplyHandler(ReplyManager replyManager,
org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback,
String originalCorrelationId,
String correlationId,
long requestTimeout) |
protected ReplyHandler |
ReplyManagerSupport.waitForProvisionCorrelationToBeUpdated(String correlationID,
byte[] message)
IMPORTANT: This logic is only being used due to high performance in-memory only
testing using InOut over JMS.
|
Apache Camel