| Package | Description |
|---|---|
| javax.jms |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueueSession
The main destination.
|
interface |
TopicSession
The main destination.
|
interface |
XAQueueSession
The main destination.
|
interface |
XASession
The main destination.
|
interface |
XATopicSession
The main destination.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
XAConnection.createSession(boolean transacted,
int acknowledgeMode) |
Session |
Connection.createSession(boolean transacted,
int acknowledgeMode) |
Session |
ServerSession.getSession() |
Session |
XASession.getSession() |