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 |
XAQueueConnection
An
XAQueueConnection provides the same create options as
QueueConnection (optional). |
Modifier and Type | Method and Description |
---|---|
QueueConnection |
QueueConnectionFactory.createQueueConnection()
Creates a queue connection with the default user identity.
|
QueueConnection |
QueueConnectionFactory.createQueueConnection(String userName,
String password)
Creates a queue 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 |
---|---|
QueueConnection |
HornetQConnectionFactory.createQueueConnection() |
QueueConnection |
HornetQConnectionFactory.createQueueConnection(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 |
---|---|
QueueConnection |
JmsConnectionFactoryImpl.createQueueConnection() |
QueueConnection |
JmsConnectionFactoryImpl.createQueueConnection(String userName,
String password) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.