Package | Description |
---|---|
javax.jms |
The Java Message Service (JMS) 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 |
Modifier and Type | Interface and Description |
---|---|
interface |
XAJMSContext
The
XAJMSContext interface extends the capability of
JMSContext by adding access to a JMS provider's support for the Java
Transaction API (JTA) (optional). |
Modifier and Type | Method and Description |
---|---|
JMSContext |
ConnectionFactory.createContext()
Creates a JMSContext with the default user identity
and an unspecified sessionMode.
|
JMSContext |
JMSContext.createContext(int sessionMode)
Creates a new
JMSContext with the specified session mode
using the same connection as this JMSContext and creating a
new session. |
JMSContext |
ConnectionFactory.createContext(int sessionMode)
Creates a JMSContext with the default user identity
and the specified session mode.
|
JMSContext |
ConnectionFactory.createContext(String userName,
String password)
Creates a JMSContext with the specified user identity
and an unspecified sessionMode.
|
JMSContext |
ConnectionFactory.createContext(String userName,
String password,
int sessionMode)
Creates a JMSContext with the specified user identity
and the specified session mode.
|
JMSContext |
XAJMSContext.getContext()
Returns the
JMSContext object associated with this
XAJMSContext . |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQJMSContext
ActiveMQ Artemis implementation of a JMSContext.
|
class |
ActiveMQXAJMSContext |
Modifier and Type | Method and Description |
---|---|
JMSContext |
ActiveMQConnectionFactory.createContext() |
JMSContext |
ActiveMQJMSContext.createContext(int sessionMode) |
JMSContext |
ActiveMQConnectionForContextImpl.createContext(int sessionMode) |
JMSContext |
ActiveMQConnectionForContext.createContext(int sessionMode) |
JMSContext |
ActiveMQConnectionFactory.createContext(int sessionMode) |
JMSContext |
ActiveMQConnectionFactory.createContext(String userName,
String password) |
JMSContext |
ActiveMQConnectionFactory.createContext(String userName,
String password,
int sessionMode) |
JMSContext |
ActiveMQJMSContext.getContext() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.