| Package | Description |
|---|---|
| org.gytheio.messaging |
| Modifier and Type | Method and Description |
|---|---|
Future<RP> |
RequestReplyMessageProducer.asyncRequest(RQ request)
Sends the given request message to the configured queue and waits for its reply,
returning a
Future object that will contain that reply once available. |
void |
MessageProducer.send(Object message)
Send the given POJO message to the default queue for the producer
|
void |
MessageProducer.send(Object message,
Map<String,Object> headers)
Send the given POJO message to the default queue for the producer with the given headers.
|
void |
MessageProducer.send(Object message,
String queueName)
Send the given POJO message to the given queue
|
void |
MessageProducer.send(Object message,
String queueName,
Map<String,Object> headers)
Send the given POJO message to the given queue with the given headers.
|
Copyright © 2018 Alfresco Software. All rights reserved.