public interface MirrorController
| Modifier and Type | Method and Description |
|---|---|
void |
addAddress(AddressInfo addressInfo) |
void |
createQueue(QueueConfiguration queueConfiguration) |
void |
deleteAddress(AddressInfo addressInfo) |
void |
deleteQueue(SimpleString addressName,
SimpleString queueName) |
void |
endAddressScan() |
void |
postAcknowledge(MessageReference ref,
AckReason reason) |
void |
sendMessage(Message message,
RoutingContext context,
List<MessageReference> refs) |
void |
startAddressScan() |
void addAddress(AddressInfo addressInfo) throws Exception
Exceptionvoid deleteAddress(AddressInfo addressInfo) throws Exception
Exceptionvoid createQueue(QueueConfiguration queueConfiguration) throws Exception
Exceptionvoid deleteQueue(SimpleString addressName, SimpleString queueName) throws Exception
Exceptionvoid sendMessage(Message message, RoutingContext context, List<MessageReference> refs)
void postAcknowledge(MessageReference ref, AckReason reason) throws Exception
ExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.