Package | Description |
---|---|
org.apache.activemq.artemis.jms.client |
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(RoutingType routingType,
SimpleString address) |
static ActiveMQDestination |
ActiveMQDestination.createDestination(String name,
ActiveMQDestination.TYPE defaultType)
Static helper method for working with destinations.
|
static ActiveMQDestination |
ActiveMQDestination.fromPrefixedName(String name) |
static ActiveMQDestination |
ActiveMQDestination.fromPrefixedName(String addr,
String name) |
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,
ActiveMQSession session,
ConnectionFactoryOptions options) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.