| Package | Description |
|---|---|
| net.timewalker.ffmq4.local.destination | |
| net.timewalker.ffmq4.local.session |
| Modifier and Type | Method and Description |
|---|---|
AbstractMessage |
LocalQueue.get(LocalSession localSession,
TransactionSet transactionSet,
MessageSelector selector)
Get the first available message from this destination (matching an optional message selector).
|
abstract boolean |
AbstractLocalDestination.putLocked(AbstractMessage message,
LocalSession session,
MessageLockSet locks)
Put a new message in the destination.
|
boolean |
LocalTopic.putLocked(AbstractMessage srcMessage,
LocalSession session,
MessageLockSet locks) |
boolean |
LocalQueue.putLocked(AbstractMessage message,
LocalSession session,
MessageLockSet locks) |
boolean |
LocalQueue.remove(LocalSession localSession,
TransactionItem[] items)
Commit get operations on this queue (messages are removed)
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalQueueSession
Queue specific implementation of a local
Session |
class |
LocalTopicSession
Topic specific implementation of a local
Session |
| Constructor and Description |
|---|
LocalDurableTopicSubscriber(FFMQEngine engine,
LocalSession session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
IntegerID consumerId,
String subscriberId)
Constructor
|
LocalMessageConsumer(FFMQEngine engine,
LocalSession session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
IntegerID consumerId,
String subscriberId)
Constructor
|
LocalMessageProducer(LocalSession session,
javax.jms.Destination destination,
IntegerID producerId)
Constructor
|
LocalQueueBrowser(LocalSession session,
LocalQueue queue,
String messageSelector,
IntegerID browserId)
Constructor
|
LocalQueueSender(LocalSession session,
javax.jms.Queue queue,
IntegerID senderId)
Constructor
|
LocalTopicPublisher(LocalSession session,
javax.jms.Destination destination,
IntegerID publisherId)
Constructor
|
LocalTopicSubscriber(FFMQEngine engine,
LocalSession session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
IntegerID consumerId,
String subscriberId)
Constructor
|
Copyright © 2019. All rights reserved.