Package | Description |
---|---|
javax.jms |
JMS 1.1 API.
|
org.apache.log4j.net |
Package for remote logging.
|
org.hornetq.jms.client |
Implementation of the JMS API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XATopicConnection
An
XATopicConnection provides the same create options as
TopicConnection (optional). |
Modifier and Type | Method and Description |
---|---|
TopicConnection |
TopicConnectionFactory.createTopicConnection()
Creates a topic connection with the default user identity.
|
TopicConnection |
TopicConnectionFactory.createTopicConnection(String userName,
String password)
Creates a topic connection with the specified user identity.
|
Modifier and Type | Method and Description |
---|---|
protected TopicConnection |
JMSAppender.getTopicConnection()
Returns the TopicConnection used for this appender.
|
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 |
---|---|
TopicConnection |
HornetQConnectionFactory.createTopicConnection() |
TopicConnection |
HornetQConnectionFactory.createTopicConnection(String username,
String password) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.