Package org.apache.activemq.artemis.ra
Interface ActiveMQRAConnectionFactory
- All Superinterfaces:
ConnectionFactory,QueueConnectionFactory,Referenceable,Referenceable,Serializable,TopicConnectionFactory,XAConnectionFactory,XAQueueConnectionFactory,XATopicConnectionFactory
- All Known Implementing Classes:
ActiveMQRAConnectionFactoryImpl
public interface ActiveMQRAConnectionFactory
extends XAQueueConnectionFactory, XATopicConnectionFactory, Serializable, Referenceable
An aggregate interface for the JMS connection factories
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConnection factory capable of handling connectionsstatic final intConnection factory capable of handling queuesstatic final intConnection factory capable of handling topicsstatic final intConnection factory capable of handling XA connectionsstatic final intConnection factory capable of handling XA queuesstatic final intConnection factory capable of handling XA topics -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface jakarta.jms.ConnectionFactory
createConnection, createConnection, createContext, createContext, createContext, createContextMethods inherited from interface jakarta.jms.QueueConnectionFactory
createQueueConnection, createQueueConnectionMethods inherited from interface jakarta.resource.Referenceable
setReferenceMethods inherited from interface javax.naming.Referenceable
getReferenceMethods inherited from interface jakarta.jms.TopicConnectionFactory
createTopicConnection, createTopicConnectionMethods inherited from interface jakarta.jms.XAConnectionFactory
createXAConnection, createXAConnection, createXAContext, createXAContextMethods inherited from interface jakarta.jms.XAQueueConnectionFactory
createXAQueueConnection, createXAQueueConnectionMethods inherited from interface jakarta.jms.XATopicConnectionFactory
createXATopicConnection, createXATopicConnection
-
Field Details
-
CONNECTION
static final int CONNECTIONConnection factory capable of handling connections- See Also:
-
QUEUE_CONNECTION
static final int QUEUE_CONNECTIONConnection factory capable of handling queues- See Also:
-
TOPIC_CONNECTION
static final int TOPIC_CONNECTIONConnection factory capable of handling topics- See Also:
-
XA_CONNECTION
static final int XA_CONNECTIONConnection factory capable of handling XA connections- See Also:
-
XA_QUEUE_CONNECTION
static final int XA_QUEUE_CONNECTIONConnection factory capable of handling XA queues- See Also:
-
XA_TOPIC_CONNECTION
static final int XA_TOPIC_CONNECTIONConnection factory capable of handling XA topics- See Also:
-
-
Method Details
-
getDefaultFactory
- Throws:
ResourceException
-
getResourceAdapter
ActiveMQResourceAdapter getResourceAdapter()
-