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 | Interface and Description |
---|---|
interface |
QueueConnectionFactory
A client uses a
QueueConnectionFactory object to create
QueueConnection objects with a point-to-point JMS provider. |
interface |
TopicConnectionFactory
A client uses a
TopicConnectionFactory object to create
TopicConnection objects with a publish/subscribe JMS provider. |
interface |
XAQueueConnectionFactory
An
XAQueueConnectionFactory provides the same create options as
a QueueConnectionFactory (optional). |
interface |
XATopicConnectionFactory
An
XATopicConnectionFactory provides the same create options as
a TopicConnectionFactory (optional). |
Modifier and Type | Class and Description |
---|---|
class |
HornetQJMSConnectionFactory
A class that represents a ConnectionFactory.
|
class |
HornetQQueueConnectionFactory
A class that represents a QueueConnectionFactory.
|
class |
HornetQTopicConnectionFactory
A class that represents a TopicConnectionFactory.
|
class |
HornetQXAConnectionFactory
A class that represents a XAConnectionFactory.
|
class |
HornetQXAQueueConnectionFactory
A class that represents a XAQueueConnectionFactory.
|
class |
HornetQXATopicConnectionFactory
A class that represents a XATopicConnectionFactory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JmsConnectionFactory
An aggregate interface for QueueConnectionFactory and
TopicConnectionFactory.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsConnectionFactoryImpl
The the connection factory implementation for the JMS RA.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.