| Package | Description |
|---|---|
| com.solacesystems.jms |
The Solace Java Message Service (JMS) implementation and samples.
|
| com.solacesystems.jms.encoding | |
| javax.jms |
The standard JMS 1.1 API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SolSessionIF |
| Modifier and Type | Class and Description |
|---|---|
class |
SolQueueSession |
class |
SolSession |
class |
SolTopicSession |
class |
SolXAQueueSession |
class |
SolXASession |
class |
SolXATopicSession |
| Modifier and Type | Method and Description |
|---|---|
Session |
SolConnection.createSession(boolean transacted,
int acknowledgeMode) |
Session |
SolXAQueueSession.getSession() |
Session |
SolXASession.getSession() |
Session |
SolXATopicSession.getSession() |
| Modifier and Type | Method and Description |
|---|---|
static Message |
InteropTest.createJMSMessage(Session session,
MessageProducer producer,
JMSInteropTest test) |
static Message |
InteropTest.createMessageByNumber(Session session,
MessageProducer producer,
Integer msgId) |
| 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 |
Connection.createSession(boolean transacted,
int acknowledgeMode)
Creates a
Session object. |
Session |
XAConnection.createSession(boolean transacted,
int acknowledgeMode)
Creates an
Session object. |
Session |
ServerSession.getSession()
Return the
ServerSession's Session. |
Session |
XASession.getSession()
Gets the session associated with this
XASession. |
Copyright 2004-2020 Solace Corporation. All rights reserved.