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(ActiveMQConnection connection,
ActiveMQSession session,
ClientConsumer consumer,
boolean noLocal,
ActiveMQDestination destination,
String selector,
SimpleString autoDeleteQueueName) |
ActiveMQMessageProducer(ActiveMQConnection connection,
ClientProducer producer,
ActiveMQDestination defaultDestination,
ClientSession clientSession) |
Constructor and Description |
---|
JMSQueueControlImpl(ActiveMQDestination managedQueue,
QueueControl coreQueueControl,
JMSServerManager jmsServerManager,
org.apache.activemq.artemis.core.messagecounter.MessageCounter counter) |
JMSTopicControlImpl(ActiveMQDestination topic,
JMSServerManager jmsServerManager,
AddressControl addressControl,
org.apache.activemq.artemis.core.server.management.ManagementService managementService) |
Copyright © 2015. All rights reserved.