Modifier and Type | Class and Description |
---|---|
class |
ServerDestination
This is just here to avoid all the client checks we ned with valid JMS destinations, protocol convertors don't need to
adhere to the jms.
|
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 © 2016 The Apache Software Foundation. All rights reserved.