| Package | Description |
|---|---|
| javax.jms |
JMS 1.1 API.
|
| org.hornetq.jms.client |
Implementation of the JMS API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueueSession
A
QueueSession object provides methods for creating
QueueReceiver, QueueSender,
QueueBrowser, and TemporaryQueue objects. |
interface |
TopicSession
A
TopicSession object provides methods for creating
TopicPublisher, TopicSubscriber, and
TemporaryTopic objects. |
interface |
XAQueueSession
An
XAQueueSession provides a regular QueueSession,
which can be used to
create QueueReceiver, QueueSender, and
QueueBrowser objects (optional). |
interface |
XASession
The
XASession interface extends the capability of
Session by adding access to a JMS provider's support for the
Java Transaction API (JTA) (optional). |
interface |
XATopicSession
An
XATopicSession provides a regular TopicSession. |
| Modifier and Type | Method and Description |
|---|---|
Session |
XAConnection.createSession(boolean transacted,
int acknowledgeMode)
Creates an
Session object. |
Session |
Connection.createSession(boolean transacted,
int acknowledgeMode)
Creates a
Session object. |
Session |
XASession.getSession()
Gets the session associated with this
XASession. |
Session |
ServerSession.getSession()
Return the
ServerSession's Session. |
| Modifier and Type | Class and Description |
|---|---|
class |
HornetQSession
HornetQ implementation of a JMS Session.
|
class |
HornetQXASession
A HornetQXASession
|
| Modifier and Type | Method and Description |
|---|---|
Session |
HornetQConnection.createSession(boolean transacted,
int acknowledgeMode) |
Session |
HornetQSession.getSession() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.