Package | Description |
---|---|
com.caucho.jms | |
com.caucho.jms.connection | |
javax.jms |
Modifier and Type | Method and Description |
---|---|
Session |
Jms.createListener(Connection conn,
Destination queue,
MessageListener listener)
Creates a session and listener.
|
Session |
Jms.createSession()
Creates an auto-ack session.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsSession
Manages the JMS session.
|
class |
QueueSessionImpl
A sample queue session.
|
class |
TopicSessionImpl
A sample topic session.
|
Modifier and Type | Method and Description |
---|---|
Session |
ConnectionImpl.createSession(boolean transacted,
int acknowledgeMode)
Creates a new connection session.
|
Session |
JmsSession.getSession() |
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 |
Connection.createSession(boolean transacted,
int acknowledgeMode) |
Session |
XAConnection.createSession(boolean transacted,
int acknowledgeMode) |
Session |
XASession.getSession() |
Session |
ServerSession.getSession() |