Package | Description |
---|---|
javax.jms |
JMS 1.1 API.
|
org.hornetq.jms.client |
Implementation of the JMS API.
|
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 |
HornetQQueueConnection
HornetQ implementation of a JMS QueueConnection.
|
class |
HornetQTopicConnection
HornetQ implementation of a JMS TopicConnection.
|
class |
HornetQXAConnection
HornetQ implementation of a JMS XAConnection.
|
class |
HornetQXAQueueConnection
HornetQ implementation of a JMS XAQueueConnection.
|
class |
HornetQXATopicConnection
HornetQ implementation of a JMS XATopicConnection.
|
Modifier and Type | Method and Description |
---|---|
QueueConnection |
HornetQConnectionFactory.createQueueConnection() |
QueueConnection |
HornetQConnectionFactory.createQueueConnection(String username,
String password) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.