Uses of Interface
jakarta.jms.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in jakarta.jms
Subinterfaces of Connection in jakarta.jmsModifier and TypeInterfaceDescriptioninterfaceAQueueConnectionobject is an active connection to a point-to-point Jakarta Messaging provider.interfaceATopicConnectionobject is an active connection to a publish/subscribe Jakarta Messaging provider.interfaceTheXAConnectioninterface extends the capability ofConnectionby providing anXASession(optional).interfaceAnXAQueueConnectionprovides the same create options asQueueConnection(optional).interfaceAnXATopicConnectionprovides the same create options asTopicConnection(optional).Methods in jakarta.jms that return ConnectionModifier and TypeMethodDescriptionConnectionFactory.createConnection()Creates a connection with the default user identity.ConnectionFactory.createConnection(String userName, String password) Creates a connection with the specified user identity. -
Uses of Connection in org.apache.activemq.artemis.jms.client
Subinterfaces of Connection in org.apache.activemq.artemis.jms.clientModifier and TypeInterfaceDescriptioninterfaceInterface created to support reference counting all contexts using it.Classes in org.apache.activemq.artemis.jms.client that implement ConnectionModifier and TypeClassDescriptionclassActiveMQ Artemis implementation of a JMS Connection.classfinal classActiveMQ Artemis implementation of a JMS XAConnection.Methods in org.apache.activemq.artemis.jms.client that return ConnectionModifier and TypeMethodDescriptionActiveMQConnectionFactory.createConnection()ActiveMQConnectionFactory.createConnection(String username, String password) -
Uses of Connection in org.apache.activemq.artemis.ra
Subinterfaces of Connection in org.apache.activemq.artemis.raModifier and TypeInterfaceDescriptioninterfaceA joint interface forXATopicConnectionandXAQueueConnection.Classes in org.apache.activemq.artemis.ra that implement ConnectionModifier and TypeClassDescriptionfinal classImplements the JMS Connection API and producesActiveMQRASessionobjects.Methods in org.apache.activemq.artemis.ra that return ConnectionModifier and TypeMethodDescriptionActiveMQRAConnectionFactoryImpl.createConnection()Creates a connection with the default user identity.ActiveMQRAConnectionFactoryImpl.createConnection(String userName, String password) Creates a connection with the specified user identity.