| Package | Description |
|---|---|
| net.timewalker.ffmq4.local.destination | |
| net.timewalker.ffmq4.local.destination.subscription | |
| net.timewalker.ffmq4.local.session |
| Modifier and Type | Method and Description |
|---|---|
AbstractMessage |
LocalQueue.browse(LocalQueueBrowserCursor cursor,
MessageSelector selector)
Browse a message in this queue
|
AbstractMessage |
LocalQueue.get(LocalSession localSession,
TransactionSet transactionSet,
MessageSelector selector)
Get the first available message from this destination (matching an optional message selector).
|
void |
LocalQueue.purge(MessageSelector selector)
Purge some messages from the buffer
|
| Modifier and Type | Method and Description |
|---|---|
MessageSelector |
LocalTopicSubscription.getMessageSelector() |
| Modifier and Type | Field and Description |
|---|---|
protected MessageSelector |
LocalMessageConsumer.parsedSelector |
| Modifier and Type | Method and Description |
|---|---|
MessageSelector |
LocalMessageConsumer.getParsedSelector()
Get the parsed message selector for this consumer
|
MessageSelector |
LocalMessageConsumer.getReceiveSelector()
Get the parsed message selector for this consumer to be used
when receiving a message from the local queue
|
| Constructor and Description |
|---|
LocalQueueBrowserEnumeration(LocalQueueBrowser browser,
LocalQueue localQueue,
MessageSelector parsedSelector,
String enumId)
Constructor (package-private)
|
Copyright © 2019. All rights reserved.