Package | Description |
---|---|
javax.jms |
JMS 1.1 API.
|
org.hornetq.jms.client |
Implementation of the JMS API.
|
org.jboss.resource.adapter.jms | |
org.jboss.resource.adapter.jms.inflow |
Modifier and Type | Interface and Description |
---|---|
interface |
QueueConnection
A
QueueConnection object is an active connection to a
point-to-point JMS provider. |
interface |
TopicConnection
A
TopicConnection object is an active connection to a
publish/subscribe JMS provider. |
interface |
XAConnection
The
XAConnection interface extends the capability of
Connection by providing an XASession (optional). |
interface |
XAQueueConnection
An
XAQueueConnection provides the same create options as
QueueConnection (optional). |
interface |
XATopicConnection
An
XATopicConnection provides the same create options as
TopicConnection (optional). |
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionFactory.createConnection()
Creates a connection with the default user identity.
|
Connection |
ConnectionFactory.createConnection(String userName,
String password)
Creates a connection with the specified user identity.
|
Modifier and Type | Class and Description |
---|---|
class |
HornetQConnection
HornetQ implementation of a JMS Connection.
|
class |
HornetQXAConnection
HornetQ implementation of a JMS XAConnection.
|
Modifier and Type | Method and Description |
---|---|
Connection |
HornetQConnectionFactory.createConnection() |
Connection |
HornetQConnectionFactory.createConnection(String username,
String password) |
Modifier and Type | Interface and Description |
---|---|
interface |
JmsSessionFactory
A marker interface to join topics and queues into one factory.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsSessionFactoryImpl
Implements the JMS Connection API and produces
JmsSession objects. |
Modifier and Type | Method and Description |
---|---|
Connection |
JmsConnectionFactoryImpl.createConnection() |
Connection |
JmsManagedConnection.createConnection(Object factory,
String username,
String password)
Create a connection from the given factory.
|
Connection |
JmsConnectionFactoryImpl.createConnection(String userName,
String password) |
Modifier and Type | Field and Description |
---|---|
protected Connection |
JmsActivation.connection
The connection
|
Modifier and Type | Method and Description |
---|---|
Connection |
JmsActivation.getConnection() |
protected Connection |
JmsActivation.setupConnection(Context ctx,
String user,
String pass,
String clientID,
String connectionFactory)
Setup a Generic JMS Connection
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.