Uses of Class
org.apache.activemq.ActiveMQConnection
Packages that use ActiveMQConnection
Package
Description
The core JMS client API implementation classes.
Command objects used via the Command Pattern to communicate among nodes
An implementation of the J2EE Management API
-
Uses of ActiveMQConnection in org.apache.activemq
Subclasses of ActiveMQConnection in org.apache.activemqModifier and TypeClassDescriptionclassThe XAConnection interface extends the capability of Connection by providing an XASession (optional).Fields in org.apache.activemq declared as ActiveMQConnectionMethods in org.apache.activemq that return ActiveMQConnectionModifier and TypeMethodDescriptionprotected ActiveMQConnectionActiveMQConnectionFactory.createActiveMQConnection()protected ActiveMQConnectionActiveMQConnectionFactory.createActiveMQConnection(String userName, String password) protected ActiveMQConnectionActiveMQConnectionFactory.createActiveMQConnection(Transport transport, JMSStatsImpl stats) protected ActiveMQConnectionActiveMQXAConnectionFactory.createActiveMQConnection(Transport transport, JMSStatsImpl stats) protected ActiveMQConnectionActiveMQXASslConnectionFactory.createActiveMQConnection(Transport transport, JMSStatsImpl stats) ActiveMQSession.getConnection()TransactionContext.getConnection()static ActiveMQConnectionActiveMQConnection.makeConnection()A static helper method to create a new connectionstatic ActiveMQConnectionActiveMQConnection.makeConnection(String uri) A static helper method to create a new connectionstatic ActiveMQConnectionActiveMQConnection.makeConnection(String user, String password, String uri) A static helper method to create a new connectionTransactionContext.setConnection(ActiveMQConnection connection) Methods in org.apache.activemq with parameters of type ActiveMQConnectionModifier and TypeMethodDescriptionprotected voidActiveMQConnectionFactory.configureConnection(ActiveMQConnection connection) TransactionContext.setConnection(ActiveMQConnection connection) static ActiveMQMessageActiveMQMessageTransformation.transformMessage(jakarta.jms.Message message, ActiveMQConnection connection) Creates a fast shallow copy of the current ActiveMQMessage or creates a whole new message instance from an available JMS message from another provider.Constructors in org.apache.activemq with parameters of type ActiveMQConnectionModifierConstructorDescriptionprotectedActiveMQConnectionConsumer(ActiveMQConnection theConnection, jakarta.jms.ServerSessionPool theSessionPool, ConsumerInfo theConsumerInfo) Create a ConnectionConsumerprotectedActiveMQSession(ActiveMQConnection connection, SessionId sessionId, int acknowledgeMode, boolean asyncDispatch) protectedActiveMQSession(ActiveMQConnection connection, SessionId sessionId, int acknowledgeMode, boolean asyncDispatch, boolean sessionAsyncDispatch) Construct the SessionAdvisoryConsumer(ActiveMQConnection connection, ConsumerId consumerId) TransactionContext(ActiveMQConnection connection) -
Uses of ActiveMQConnection in org.apache.activemq.command
Fields in org.apache.activemq.command declared as ActiveMQConnectionMethods in org.apache.activemq.command that return ActiveMQConnectionModifier and TypeMethodDescriptionActiveMQTempDestination.getConnection()Message.getConnection()Methods in org.apache.activemq.command with parameters of type ActiveMQConnectionModifier and TypeMethodDescriptionvoidActiveMQTempDestination.setConnection(ActiveMQConnection connection) voidMessage.setConnection(ActiveMQConnection connection) -
Uses of ActiveMQConnection in org.apache.activemq.management
Methods in org.apache.activemq.management with parameters of type ActiveMQConnectionModifier and TypeMethodDescriptionvoidJMSStatsImpl.addConnection(ActiveMQConnection connection) voidJMSStatsImpl.removeConnection(ActiveMQConnection connection)