Package | Description |
---|---|
javax.jms |
JMS 1.1 API.
|
org.hornetq.jms.client |
Implementation of the JMS API.
|
org.jboss.resource.adapter.jms |
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) |
Modifier and Type | Class and Description |
---|---|
class |
HornetQSession
HornetQ implementation of a JMS Session.
|
class |
HornetQXASession
A HornetQXASession
|
Modifier and Type | Method and Description |
---|---|
TopicSession |
HornetQConnection.createTopicSession(boolean transacted,
int acknowledgeMode) |
TopicSession |
HornetQSession.getTopicSession() |
Modifier and Type | Class and Description |
---|---|
class |
JmsSession
Adapts the JMS QueueSession and TopicSession API to a JmsManagedConnection.
|
Modifier and Type | Method and Description |
---|---|
TopicSession |
JmsSessionFactoryImpl.createTopicSession(boolean transacted,
int acknowledgeMode) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.