Package | Description |
---|---|
javax.jms |
JMS 1.1 API.
|
org.hornetq.jms.client |
Implementation of the JMS API.
|
Modifier and Type | Method and Description |
---|---|
XAQueueConnection |
XAQueueConnectionFactory.createXAQueueConnection()
Creates an XA queue connection with the default user identity.
|
XAQueueConnection |
XAQueueConnectionFactory.createXAQueueConnection(String userName,
String password)
Creates an XA queue connection with the specified user identity.
|
Modifier and Type | Class and Description |
---|---|
class |
HornetQXAConnection
HornetQ implementation of a JMS XAConnection.
|
Modifier and Type | Method and Description |
---|---|
XAQueueConnection |
HornetQConnectionFactory.createXAQueueConnection() |
XAQueueConnection |
HornetQConnectionFactory.createXAQueueConnection(String username,
String password) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.