Package | Description |
---|---|
org.apache.activemq.artemis.jms.client |
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,
boolean cacheDestinations,
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,
boolean cacheDestination,
ClientSession session,
int sessionType) |
ActiveMQXAConnection(ConnectionFactoryOptions options,
String username,
String password,
int connectionType,
String clientID,
int dupsOKBatchSize,
int transactionBatchSize,
boolean cacheDestinations,
ClientSessionFactory sessionFactory) |
ActiveMQXASession(ConnectionFactoryOptions options,
ActiveMQConnection connection,
boolean transacted,
boolean xa,
int ackMode,
boolean cacheDestinations,
ClientSession session,
int sessionType) |
JMSMessageListenerWrapper(ConnectionFactoryOptions options,
ActiveMQConnection connection,
ActiveMQSession session,
ClientConsumer consumer,
javax.jms.MessageListener listener,
int ackMode) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.