| Package | Description |
|---|---|
| net.timewalker.ffmq4.common.destination | |
| net.timewalker.ffmq4.common.session | |
| net.timewalker.ffmq4.local.connection | |
| net.timewalker.ffmq4.remote.connection |
| Constructor and Description |
|---|
TemporaryQueueRef(AbstractConnection connection,
String queueName)
Constructor
|
TemporaryTopicRef(AbstractConnection connection,
String topicName)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractConnection |
AbstractSession.connection |
protected AbstractConnection |
AbstractMessageHandler.connection |
| Modifier and Type | Method and Description |
|---|---|
AbstractConnection |
AbstractSession.getConnection() |
| Constructor and Description |
|---|
AbstractSession(AbstractConnection connection,
boolean transacted,
int acknowledgeMode)
Constructor
|
AbstractSession(IntegerID id,
AbstractConnection connection,
boolean transacted,
int acknowledgeMode)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalConnection
Local implementation of a JMS
Connection |
class |
LocalQueueConnection
Local implementation of a JMS
QueueConnection |
class |
LocalTopicConnection
Local implementation of a JMS
TopicConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteConnection
RemoteConnection
|
class |
RemoteQueueConnection
RemoteQueueConnection
|
class |
RemoteTopicConnection
RemoteTopicConnection
|
Copyright © 2019. All rights reserved.