Modifier and Type | Class and Description |
---|---|
class |
ActiveMQConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
|
class |
ActiveMQJMSConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
|
class |
ActiveMQQueueConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
|
class |
ActiveMQTopicConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
|
class |
ActiveMQXAConnectionFactory
A class that represents a XAConnectionFactory.
|
class |
ActiveMQXAQueueConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
|
class |
ActiveMQXATopicConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
|
Modifier and Type | Method and Description |
---|---|
static ActiveMQMessage |
ActiveMQMessage.createMessage(ClientMessage message,
ClientSession session,
ConnectionFactoryOptions options) |
Constructor and Description |
---|
ActiveMQConnection(ConnectionFactoryOptions options,
String username,
String password,
int connectionType,
String clientID,
int dupsOKBatchSize,
int transactionBatchSize,
ClientSessionFactory sessionFactory) |
ActiveMQMessageConsumer(ConnectionFactoryOptions options,
ActiveMQConnection connection,
ActiveMQSession session,
ClientConsumer consumer,
boolean noLocal,
ActiveMQDestination destination,
String selector,
SimpleString autoDeleteQueueName) |
ActiveMQMessageProducer(ActiveMQConnection connection,
ClientProducer producer,
ActiveMQDestination defaultDestination,
ClientSession clientSession,
ConnectionFactoryOptions options) |
ActiveMQObjectMessage(ClientMessage message,
ClientSession session,
ConnectionFactoryOptions options) |
ActiveMQObjectMessage(ClientSession session,
ConnectionFactoryOptions options) |
ActiveMQObjectMessage(javax.jms.ObjectMessage foreign,
ClientSession session,
ConnectionFactoryOptions options)
A copy constructor for foreign JMS ObjectMessages.
|
ActiveMQQueueBrowser(ConnectionFactoryOptions options,
ActiveMQQueue queue,
String messageSelector,
ClientSession session) |
ActiveMQSession(ConnectionFactoryOptions options,
ActiveMQConnection connection,
boolean transacted,
boolean xa,
int ackMode,
ClientSession session,
int sessionType) |
ActiveMQXAConnection(ConnectionFactoryOptions options,
String username,
String password,
int connectionType,
String clientID,
int dupsOKBatchSize,
int transactionBatchSize,
ClientSessionFactory sessionFactory) |
ActiveMQXASession(ConnectionFactoryOptions options,
ActiveMQConnection connection,
boolean transacted,
boolean xa,
int ackMode,
ClientSession session,
int sessionType) |
JMSMessageListenerWrapper(ConnectionFactoryOptions options,
ActiveMQConnection connection,
ActiveMQSession session,
ClientConsumer consumer,
javax.jms.MessageListener listener,
int ackMode) |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQRAMCFProperties
The MCF default properties - these are set in the tx-connection-factory at the jms-ds.xml
|
class |
ActiveMQRAProperties
The RA default properties - these are set in the ra.xml file
|
class |
ConnectionFactoryProperties |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQActivationSpec
The activation spec
These properties are set on the MDB ActivactionProperties
|
Constructor and Description |
---|
ActiveMQMessageHandler(ConnectionFactoryOptions options,
ActiveMQActivation activation,
TransactionManager tm,
ClientSessionInternal session,
ClientSessionFactory cf,
int sessionNr) |
Constructor and Description |
---|
MessageServiceManager(ConnectionFactoryOptions jmsOptions) |
Modifier and Type | Class and Description |
---|---|
class |
RestMessagingBootstrapListener |
Constructor and Description |
---|
EmbeddedRestActiveMQ(ConnectionFactoryOptions jmsOptions) |
EmbeddedRestActiveMQJMS(ConnectionFactoryOptions jmsOptions) |
Modifier and Type | Field and Description |
---|---|
protected ConnectionFactoryOptions |
DestinationServiceManager.jmsOptions |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryOptions |
QueueConsumer.getJmsOptions() |
ConnectionFactoryOptions |
DestinationServiceManager.getJmsOptions() |
Modifier and Type | Method and Description |
---|---|
static ConsumedMessage |
ConsumedMessage.createConsumedMessage(ClientMessage message,
ConnectionFactoryOptions options) |
Constructor and Description |
---|
ConsumedObjectMessage(ClientMessage message,
ConnectionFactoryOptions options) |
DestinationServiceManager(ConnectionFactoryOptions jmsOptions) |
QueueServiceManager(ConnectionFactoryOptions jmsOptions) |
Modifier and Type | Field and Description |
---|---|
protected ConnectionFactoryOptions |
UriStrategy.jmsOptions |
Modifier and Type | Method and Description |
---|---|
void |
UriStrategy.setJmsOptions(ConnectionFactoryOptions jmsOptions) |
void |
PushStrategy.setJmsOptions(ConnectionFactoryOptions jmsOptions) |
void |
PushConsumerResource.setJmsOptions(ConnectionFactoryOptions jmsOptions) |
Constructor and Description |
---|
PushConsumer(ClientSessionFactory factory,
String destination,
String id,
PushRegistration registration,
PushStore store,
ConnectionFactoryOptions jmsOptions) |
Constructor and Description |
---|
PushSubscription(ClientSessionFactory factory,
String destination,
String id,
PushRegistration registration,
PushStore store,
ConnectionFactoryOptions jmsOptions) |
PushSubscriptionsResource(ConnectionFactoryOptions jmsOptions) |
TopicServiceManager(ConnectionFactoryOptions jmsOptions) |
Modifier and Type | Method and Description |
---|---|
static void |
HttpMessageHelper.buildMessage(ClientMessage message,
org.jboss.resteasy.client.ClientRequest request,
String contentType,
ConnectionFactoryOptions jmsOptions) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.