| Package | Description |
|---|---|
| com.solacesystems.jms |
The Solace Java Message Service (JMS) implementation and samples.
|
| javax.jms |
The standard JMS 1.1 API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SolTopicSession |
class |
SolXATopicSession |
| Modifier and Type | Method and Description |
|---|---|
TopicSession |
SolTopicConnection.createTopicSession(boolean transacted,
int acknowledgeMode) |
TopicSession |
SolXATopicSession.getTopicSession() |
| Modifier and Type | Method and Description |
|---|---|
TopicSession |
XATopicConnection.createTopicSession(boolean transacted,
int acknowledgeMode)
Creates an
XATopicSession object. |
TopicSession |
TopicConnection.createTopicSession(boolean transacted,
int acknowledgeMode)
Creates a
TopicSession object. |
TopicSession |
XATopicSession.getTopicSession()
Gets the topic session associated with this
XATopicSession. |
| Constructor and Description |
|---|
TopicRequestor(TopicSession session,
Topic topic)
Constructor for the
TopicRequestor class. |
Copyright 2004-2019 Solace Corporation. All rights reserved.