Uses of Interface
jakarta.jms.Connection
-
Packages that use Connection Package Description jakarta.jms The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.org.apache.activemq.artemis.jms.client -
-
Uses of Connection in jakarta.jms
Subinterfaces of Connection in jakarta.jms Modifier and Type Interface Description interfaceQueueConnectionAQueueConnectionobject is an active connection to a point-to-point Jakarta Messaging provider.interfaceTopicConnectionATopicConnectionobject is an active connection to a publish/subscribe Jakarta Messaging provider.interfaceXAConnectionTheXAConnectioninterface extends the capability ofConnectionby providing anXASession(optional).interfaceXAQueueConnectionAnXAQueueConnectionprovides the same create options asQueueConnection(optional).interfaceXATopicConnectionAnXATopicConnectionprovides the same create options asTopicConnection(optional).Methods in jakarta.jms that return Connection Modifier and Type Method Description ConnectionConnectionFactory. createConnection()Creates a connection with the default user identity.ConnectionConnectionFactory. 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.client Modifier and Type Interface Description interfaceActiveMQConnectionForContextInterface created to support reference counting all contexts using it.Classes in org.apache.activemq.artemis.jms.client that implement Connection Modifier and Type Class Description classActiveMQConnectionActiveMQ Artemis implementation of a JMS Connection.classActiveMQConnectionForContextImplclassActiveMQXAConnectionActiveMQ Artemis implementation of a JMS XAConnection.Methods in org.apache.activemq.artemis.jms.client that return Connection Modifier and Type Method Description ConnectionActiveMQConnectionFactory. createConnection()ConnectionActiveMQConnectionFactory. createConnection(String username, String password)
-