MessageEntry[] |
MessageProcessor.getBulkBuffer() |
Returns the bulk buffer
|
MessageEntry |
AbstractQueue.getExpiredMessage(java.lang.Object transactionId,
long timeout) |
Get the next expired message from the queue but wait only a specific period of time.
|
MessageEntry |
QueuePullTransaction.getExpiredMessage(long timeout) |
Get an expired message from the queue but wait only a specific period of time.
|
MessageEntry |
AbstractQueue.getMessage(java.lang.Object transactionId) |
Get a message from the queue.
|
MessageEntry |
AbstractQueue.getMessage(java.lang.Object transactionId,
long timeout) |
Get a message from the queue but wait only a specific period of time.
|
MessageEntry |
AbstractQueue.getMessage(java.lang.Object transactionId,
Selector selector) |
Get a message from the queue that matches the selector.
|
MessageEntry |
AbstractQueue.getMessage(java.lang.Object transactionId,
Selector selector,
int viewId) |
Get the next message from a view.
|
MessageEntry |
AbstractQueue.getMessage(java.lang.Object transactionId,
Selector selector,
int viewId,
long timeout) |
Get the next message from the view but wait only a specific period of time.
|
MessageEntry |
AbstractQueue.getMessage(java.lang.Object transactionId,
Selector selector,
long timeout) |
Get a message from the queue that matches the selector but wait only a specific period of time.
|
MessageEntry |
QueuePullTransaction.getMessage() |
Get a message from the queue.
|
MessageEntry |
QueuePullTransaction.getMessage(long timeout) |
Get a message from the queue but wait only a specific period of time.
|
MessageEntry |
QueuePullTransaction.getMessage(long timeout,
Selector selector) |
Get a message from the queue that matches the selector but wait only a specific period of time.
|
MessageEntry |
QueuePullTransaction.getMessage(Selector selector) |
Get a message from the queue that matches the selector.
|
MessageEntry |
AbstractQueue.getMessageByIndex(MessageIndex messageIndex) |
Returns the message with that given key.
|
MessageEntry |
QueueBrowser.getNextMessage() |
Get the next available message from the queue.
|