| Package | Description |
|---|---|
| net.timewalker.ffmq4.local | |
| net.timewalker.ffmq4.local.connection | |
| net.timewalker.ffmq4.local.destination | |
| net.timewalker.ffmq4.local.session |
| Modifier and Type | Method and Description |
|---|---|
static FFMQEngine |
FFMQEngine.getDeployedInstance(String name)
Get a deployed engine instance by name
|
| Modifier and Type | Field and Description |
|---|---|
protected FFMQEngine |
LocalConnection.engine |
| Constructor and Description |
|---|
LocalConnection(FFMQEngine engine,
SecurityContext securityContext,
String clientID)
Constructor
|
LocalQueueConnection(FFMQEngine engine,
SecurityContext securityContext,
String clientID)
Constructor
|
LocalTopicConnection(FFMQEngine engine,
SecurityContext securityContext,
String clientID)
Constructor
|
| Constructor and Description |
|---|
LocalQueue(FFMQEngine engine,
QueueDefinition queueDef)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected FFMQEngine |
LocalMessageConsumer.engine |
protected FFMQEngine |
LocalSession.engine |
| 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
|
LocalQueueReceiver(FFMQEngine engine,
LocalQueueSession session,
javax.jms.Queue queue,
String messageSelector,
IntegerID receiverId)
Constructor
|
LocalQueueSession(IntegerID id,
LocalQueueConnection connection,
FFMQEngine engine,
boolean transacted,
int acknowlegdeMode)
Constructor
|
LocalSession(IntegerID id,
LocalConnection connection,
FFMQEngine engine,
boolean transacted,
int acknowlegdeMode)
Constructor
|
LocalTopicSession(IntegerID id,
LocalConnection connection,
FFMQEngine engine,
boolean transacted,
int acknowlegdeMode)
Constructor
|
LocalTopicSubscriber(FFMQEngine engine,
LocalSession session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
IntegerID consumerId,
String subscriberId)
Constructor
|
Copyright © 2019. All rights reserved.