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.
|
org.jboss.resource.adapter.jms |
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 |
HornetQXAConnection
HornetQ implementation of a JMS XAConnection.
|
Modifier and Type | Method and Description |
---|---|
TopicConnection |
HornetQConnectionFactory.createTopicConnection() |
TopicConnection |
HornetQConnectionFactory.createTopicConnection(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 |
---|---|
TopicConnection |
JmsConnectionFactoryImpl.createTopicConnection() |
TopicConnection |
JmsConnectionFactoryImpl.createTopicConnection(String userName,
String password) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.