public class ActiveMQQueue extends ActiveMQDestination implements Queue
ActiveMQDestination.TYPEQUEUE_QUALIFIED_PREFIX, TEMP_QUEUE_QUALIFED_PREFIX, TEMP_TOPIC_QUALIFED_PREFIX, TOPIC_QUALIFIED_PREFIX| Constructor and Description |
|---|
ActiveMQQueue() |
ActiveMQQueue(SimpleString address) |
ActiveMQQueue(String address) |
ActiveMQQueue(String address,
boolean temporary) |
ActiveMQQueue(String address,
boolean temporary,
ActiveMQSession session) |
ActiveMQQueue(String address,
String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getQueueName()
Gets the name of this queue.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this object.
|
buildFromProperties, createDestination, createQueue, createQueue, createQueue, createQueueAddressFromName, createQueueNameForSharedSubscription, createQueueNameForSubscription, createTemporaryQueue, createTemporaryQueue, createTemporaryQueue, createTemporaryQueue, createTemporaryTopic, createTemporaryTopic, createTemporaryTopic, createTemporaryTopic, createTopic, createTopic, createTopic, createTopicAddressFromName, decomposeQueueNameForDurableSubscription, delete, fromPrefixedName, fromPrefixedName, getAddress, getName, getQueueAttributes, getSimpleAddress, getType, isQueue, isTemporary, populateProperties, setAddress, setName, setSimpleAddressgetReference, readObject, writeObjectpublic ActiveMQQueue()
public ActiveMQQueue(String address)
public ActiveMQQueue(SimpleString address)
@Deprecated public ActiveMQQueue(String address, String name)
public ActiveMQQueue(String address, boolean temporary)
public ActiveMQQueue(String address, boolean temporary, ActiveMQSession session)
address - temporary - session - public String getQueueName()
QueueClients that depend upon the name are not portable.
getQueueName in interface Queuepublic String toString()
QueuetoString in interface QueuetoString in class ActiveMQDestinationpublic boolean equals(Object o)
equals in class ActiveMQDestinationpublic int hashCode()
hashCode in class ActiveMQDestinationCopyright © 2019 JBoss by Red Hat. All rights reserved.