public interface BaseQueue extends TransactionLogResource
| Modifier and Type | Method and Description |
|---|---|
void |
enqueue(ServerMessage message,
Action<? super MessageInstance> action,
MessageEnqueueRecord record) |
String |
getName() |
boolean |
isDeleted() |
boolean |
isDurable() |
getId, getMessageDurabilityvoid enqueue(ServerMessage message, Action<? super MessageInstance> action, MessageEnqueueRecord record)
boolean isDurable()
boolean isDeleted()
String getName()
getName in interface TransactionLogResourceCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.