public class ActiveMQQueue extends ActiveMQDestination implements javax.jms.Queue
ActiveMQDestination.TYPEname, QUEUE_QUALIFIED_PREFIX, TEMP_QUEUE_QUALIFED_PREFIX, TEMP_TOPIC_QUALIFED_PREFIX, TOPIC_QUALIFIED_PREFIX| Constructor and Description |
|---|
ActiveMQQueue(String name) |
ActiveMQQueue(String name,
boolean temporary) |
ActiveMQQueue(String address,
String name) |
ActiveMQQueue(String address,
String name,
boolean temporary,
ActiveMQSession session) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleString |
createAddressFromName(String name) |
boolean |
equals(Object o) |
String |
getQueueName() |
int |
hashCode() |
String |
toString() |
createDestination, createQueue, createQueueAddressFromName, createQueueNameForSharedSubscription, createQueueNameForSubscription, createTemporaryQueue, createTemporaryQueue, createTemporaryQueue, createTemporaryTopic, createTemporaryTopic, createTemporaryTopic, createTopic, createTopicAddressFromName, decomposeQueueNameForDurableSubscription, delete, fromPrefixedName, getAddress, getName, getReference, getSimpleAddress, getType, isQueue, isTemporarypublic ActiveMQQueue(String name)
public ActiveMQQueue(String name, boolean temporary)
public ActiveMQQueue(String address, String name, boolean temporary, ActiveMQSession session)
address - name - temporary - session - public static SimpleString createAddressFromName(String name)
public String getQueueName()
getQueueName in interface javax.jms.Queuepublic String toString()
public boolean equals(Object o)
equals in class ActiveMQDestinationpublic int hashCode()
hashCode in class ActiveMQDestinationCopyright © 2017 The Apache Software Foundation. All rights reserved.