public interface SynchronousMessageSender
| Modifier and Type | Interface and Description |
|---|---|
static class |
SynchronousMessageSender.Mode |
| Modifier and Type | Method and Description |
|---|---|
Object |
send(String destinationName,
Message message) |
Object |
send(String destinationName,
Message message,
long timeout) |
Object send(String destinationName,
Message message)
throws MessageBusException
MessageBusExceptionObject send(String destinationName,
Message message,
long timeout)
throws MessageBusException
MessageBusException