Package | Description |
---|---|
org.apache.activemq.artemis.jms.client |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQXAConnection
ActiveMQ Artemis implementation of a JMS XAConnection.
|
Modifier and Type | Method and Description |
---|---|
protected ActiveMQConnection |
ActiveMQConnectionFactory.createConnectionInternal(String username,
String password,
boolean isXA,
int type) |
ActiveMQConnection |
ActiveMQSession.getConnection() |
Constructor and Description |
---|
ActiveMQMessageConsumer(ConnectionFactoryOptions options,
ActiveMQConnection connection,
ActiveMQSession session,
ClientConsumer consumer,
boolean noLocal,
ActiveMQDestination destination,
String selector,
SimpleString autoDeleteQueueName) |
ActiveMQMessageProducer(ActiveMQConnection connection,
ClientProducer producer,
ActiveMQDestination defaultDestination,
ActiveMQSession session,
ConnectionFactoryOptions options) |
ActiveMQSession(ConnectionFactoryOptions options,
ActiveMQConnection connection,
boolean transacted,
boolean xa,
int ackMode,
boolean cacheDestination,
boolean enable1xPrefixes,
ClientSession session,
int sessionType) |
ActiveMQXASession(ConnectionFactoryOptions options,
ActiveMQConnection connection,
boolean transacted,
boolean xa,
int ackMode,
boolean cacheDestinations,
boolean enable1xNaming,
ClientSession session,
int sessionType) |
JMSMessageListenerWrapper(ConnectionFactoryOptions options,
ActiveMQConnection connection,
ActiveMQSession session,
ClientConsumer consumer,
MessageListener listener,
int ackMode) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.