public class ActiveMQTopic extends ActiveMQDestination implements javax.jms.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() |
String |
toString() |
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()
getTopicName
in interface javax.jms.Topic
Copyright © 2015 The Apache Software Foundation. All rights reserved.