public class ActiveMQTopic extends ActiveMQDestination implements Topic
JMS_QUEUE_ADDRESS_PREFIX, JMS_TEMP_QUEUE_ADDRESS_PREFIX, JMS_TEMP_TOPIC_ADDRESS_PREFIX, JMS_TOPIC_ADDRESS_PREFIX, name, QUEUE_QUALIFIED_PREFIX, QUEUE_TYPE, TEMP_MASK, TEMP_QUEUE_QUALIFED_PREFIX, TEMP_QUEUE_TYPE, TEMP_TOPIC_QUALIFED_PREFIX, TEMP_TOPIC_TYPE, TOPIC_QUALIFIED_PREFIX, TOPIC_TYPE
Modifier | Constructor and Description |
---|---|
|
ActiveMQTopic(String name) |
|
ActiveMQTopic(String name,
boolean temporary) |
protected |
ActiveMQTopic(String address,
String name,
boolean temporary,
ActiveMQSession session) |
Modifier and Type | Method and Description |
---|---|
static SimpleString |
createAddressFromName(String name) |
String |
getTopicName()
Gets the name of this topic.
|
String |
toString()
Returns a string representation of this object.
|
createDestination, createQueue, createQueueAddressFromName, createQueueNameForDurableSubscription, createQueueNameForSharedSubscription, createTemporaryQueue, createTemporaryQueue, createTemporaryQueue, createTemporaryTopic, createTemporaryTopic, createTemporaryTopic, createTopic, createTopicAddressFromName, decomposeQueueNameForDurableSubscription, delete, equals, fromAddress, getAddress, getName, getReference, getSimpleAddress, hashCode, isQueue, isTemporary
public ActiveMQTopic(String name)
public ActiveMQTopic(String name, boolean temporary)
protected ActiveMQTopic(String address, String name, boolean temporary, ActiveMQSession session)
address
- name
- temporary
- session
- public static SimpleString createAddressFromName(String name)
public String getTopicName()
Topic
Clients that depend upon the name are not portable.
getTopicName
in interface Topic
Copyright © 2017 JBoss by Red Hat. All rights reserved.