Package org.apache.activemq.artemis.ra
Interface ActiveMQRAConnectionFactory
-
- All Superinterfaces:
jakarta.jms.ConnectionFactory,jakarta.jms.QueueConnectionFactory,jakarta.resource.Referenceable,Referenceable,Serializable,jakarta.jms.TopicConnectionFactory,jakarta.jms.XAConnectionFactory,jakarta.jms.XAQueueConnectionFactory,jakarta.jms.XATopicConnectionFactory
- All Known Implementing Classes:
ActiveMQRAConnectionFactoryImpl
public interface ActiveMQRAConnectionFactory extends jakarta.jms.XAQueueConnectionFactory, jakarta.jms.XATopicConnectionFactory, Serializable, jakarta.resource.Referenceable
An aggregate interface for the JMS connection factories
-
-
Field Summary
Fields Modifier and Type Field Description static intCONNECTIONConnection factory capable of handling connectionsstatic intQUEUE_CONNECTIONConnection factory capable of handling queuesstatic intTOPIC_CONNECTIONConnection factory capable of handling topicsstatic intXA_CONNECTIONConnection factory capable of handling XA connectionsstatic intXA_QUEUE_CONNECTIONConnection factory capable of handling XA queuesstatic intXA_TOPIC_CONNECTIONConnection factory capable of handling XA topics
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveMQConnectionFactorygetDefaultFactory()ActiveMQResourceAdaptergetResourceAdapter()-
Methods inherited from interface jakarta.jms.ConnectionFactory
createConnection, createConnection, createContext, createContext, createContext, createContext
-
Methods inherited from interface jakarta.jms.QueueConnectionFactory
createQueueConnection, createQueueConnection
-
Methods inherited from interface javax.naming.Referenceable
getReference
-
Methods inherited from interface jakarta.jms.TopicConnectionFactory
createTopicConnection, createTopicConnection
-
Methods inherited from interface jakarta.jms.XAConnectionFactory
createXAConnection, createXAConnection, createXAContext, createXAContext
-
-
-
-
Field Detail
-
CONNECTION
static final int CONNECTION
Connection factory capable of handling connections- See Also:
- Constant Field Values
-
QUEUE_CONNECTION
static final int QUEUE_CONNECTION
Connection factory capable of handling queues- See Also:
- Constant Field Values
-
TOPIC_CONNECTION
static final int TOPIC_CONNECTION
Connection factory capable of handling topics- See Also:
- Constant Field Values
-
XA_CONNECTION
static final int XA_CONNECTION
Connection factory capable of handling XA connections- See Also:
- Constant Field Values
-
XA_QUEUE_CONNECTION
static final int XA_QUEUE_CONNECTION
Connection factory capable of handling XA queues- See Also:
- Constant Field Values
-
XA_TOPIC_CONNECTION
static final int XA_TOPIC_CONNECTION
Connection factory capable of handling XA topics- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultFactory
ActiveMQConnectionFactory getDefaultFactory() throws jakarta.resource.ResourceException
- Throws:
jakarta.resource.ResourceException
-
getResourceAdapter
ActiveMQResourceAdapter getResourceAdapter()
-
-