| Package | Description |
|---|---|
| net.timewalker.ffmq4.local | |
| net.timewalker.ffmq4.local.destination.subscription | |
| net.timewalker.ffmq4.local.session |
| Modifier and Type | Method and Description |
|---|---|
LocalQueue |
FFMQEngine.createQueue(QueueDefinition queueDef)
Deploy a new queue on this engine
|
LocalQueue |
FFMQEngine.createTemporaryQueue(String queueName)
Deploy a new temporary queue on this engine
|
LocalQueue |
MessageLock.getDestination() |
LocalQueue |
TransactionItem.getDestination() |
LocalQueue |
FFMQEngine.getLocalQueue(String queueName)
Get a local queue by name
|
| Modifier and Type | Method and Description |
|---|---|
List<LocalQueue> |
TransactionSet.updatedQueues()
Compute a list of queues that were updated in this transaction set
|
List<LocalQueue> |
TransactionSet.updatedQueues(List<String> deliveredMessageIDs)
Compute a list of queues that were updated in this transaction set
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageLockSet.add(int handle,
int deliveryMode,
LocalQueue destination,
AbstractMessage message)
Add an handle to the list
|
void |
TransactionSet.add(int handle,
String messageID,
int deliveryMode,
LocalQueue destination)
Add an handle to the list
|
void |
FFMQEngineListener.queueDeployed(LocalQueue queue) |
void |
FFMQEngineListener.queueUndeployed(LocalQueue queue) |
| Constructor and Description |
|---|
MessageLock(int handle,
int deliveryMode,
LocalQueue destination,
AbstractMessage message)
Constructor
|
TransactionItem(int handle,
String messageID,
int deliveryMode,
LocalQueue destination)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
LocalQueue |
LocalTopicSubscription.getLocalQueue() |
| Modifier and Type | Method and Description |
|---|---|
LocalQueue |
LocalMessageConsumer.getLocalQueue()
Get the local queue associated to this consumer
|
| Constructor and Description |
|---|
LocalQueueBrowser(LocalSession session,
LocalQueue queue,
String messageSelector,
IntegerID browserId)
Constructor
|
LocalQueueBrowserEnumeration(LocalQueueBrowser browser,
LocalQueue localQueue,
MessageSelector parsedSelector,
String enumId)
Constructor (package-private)
|
Copyright © 2021. All rights reserved.