Package | Description |
---|---|
javax.jms |
JMS 1.1 API.
|
org.hornetq.jms.client |
Implementation of the JMS API.
|
Modifier and Type | Method and Description |
---|---|
XATopicConnection |
XATopicConnectionFactory.createXATopicConnection()
Creates an XA topic connection with the default user identity.
|
XATopicConnection |
XATopicConnectionFactory.createXATopicConnection(String userName,
String password)
Creates an XA topic 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 |
---|---|
XATopicConnection |
HornetQConnectionFactory.createXATopicConnection() |
XATopicConnection |
HornetQConnectionFactory.createXATopicConnection(String username,
String password) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.