| Package | Description |
|---|---|
| net.timewalker.ffmq4.local | |
| net.timewalker.ffmq4.local.destination |
| Modifier and Type | Method and Description |
|---|---|
TransactionItem[] |
TransactionSet.clear()
Clear the set and return a snapshot of its content
|
TransactionItem[] |
TransactionSet.clear(List<String> deliveredMessageIDs)
Clear items by IDs from the transaction set and return a snapshot of the items
|
TransactionItem |
MessageLock.toTransactionItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionSet.add(TransactionItem item)
Add an handle to the list
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocalQueue.redeliverLocked(TransactionItem[] items,
MessageLockSet locks)
Rollback get operations on this queue (messages are unlocked)..
|
boolean |
LocalQueue.remove(LocalSession localSession,
TransactionItem[] items)
Commit get operations on this queue (messages are removed)
|
Copyright © 2021. All rights reserved.