Package | Description |
---|---|
org.apache.activemq.artemis.jms.client | |
org.apache.activemq.artemis.jms.management.impl |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQQueue
ActiveMQ Artemis implementation of a JMS Queue.
|
class |
ActiveMQTemporaryQueue
ActiveMQ Artemis implementation of a JMS TemporaryQueue.
|
class |
ActiveMQTemporaryTopic |
class |
ActiveMQTopic
ActiveMQ Artemis implementation of a JMS Topic.
|
Modifier and Type | Method and Description |
---|---|
static ActiveMQDestination |
ActiveMQDestination.createDestination(String name,
byte defaultType)
Static helper method for working with destinations.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQSession.deleteTemporaryQueue(ActiveMQDestination tempQueue) |
void |
ActiveMQSession.deleteTemporaryTopic(ActiveMQDestination tempTopic) |
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,
ClientSession clientSession,
ConnectionFactoryOptions options) |
Constructor and Description |
---|
JMSQueueControlImpl(ActiveMQDestination managedQueue,
QueueControl coreQueueControl,
JMSServerManager jmsServerManager,
MessageCounter counter) |
JMSTopicControlImpl(ActiveMQDestination topic,
JMSServerManager jmsServerManager,
AddressControl addressControl,
ManagementService managementService) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.