Uses of Interface
jakarta.jms.JMSContext
-
Packages that use JMSContext 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 JMSContext in jakarta.jms
Subinterfaces of JMSContext in jakarta.jms Modifier and Type Interface Description interfaceXAJMSContextTheXAJMSContextinterface extends the capability ofJMSContextby adding access to a Jakarta Messaging provider's support for the Java Transaction API (JTA) (optional).Methods in jakarta.jms that return JMSContext Modifier and Type Method Description JMSContextConnectionFactory. createContext()Creates a JMSContext with the default user identity and an unspecified sessionMode.JMSContextConnectionFactory. createContext(int sessionMode)Creates a JMSContext with the default user identity and the specified session mode.JMSContextConnectionFactory. createContext(String userName, String password)Creates a JMSContext with the specified user identity and an unspecified sessionMode.JMSContextConnectionFactory. createContext(String userName, String password, int sessionMode)Creates a JMSContext with the specified user identity and the specified session mode.JMSContextJMSContext. createContext(int sessionMode)Creates a newJMSContextwith the specified session mode using the same connection as thisJMSContextand creating a new session.JMSContextXAJMSContext. getContext()Returns theJMSContextobject associated with thisXAJMSContext. -
Uses of JMSContext in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement JMSContext Modifier and Type Class Description classActiveMQJMSContextActiveMQ Artemis implementation of a JMSContext.classActiveMQXAJMSContextMethods in org.apache.activemq.artemis.jms.client that return JMSContext Modifier and Type Method Description JMSContextActiveMQConnectionFactory. createContext()JMSContextActiveMQConnectionFactory. createContext(int sessionMode)JMSContextActiveMQConnectionFactory. createContext(String userName, String password)JMSContextActiveMQConnectionFactory. createContext(String userName, String password, int sessionMode)JMSContextActiveMQConnectionForContext. createContext(int sessionMode)JMSContextActiveMQConnectionForContextImpl. createContext(int sessionMode)JMSContextActiveMQJMSContext. createContext(int sessionMode)JMSContextActiveMQJMSContext. getContext()
-