java.lang.Object | +----com.ibm.mq.jms.MQDestination | +----com.ibm.mq.jms.MQTopic
An MQTopic object encapsulates a provider-specific topic name.
public String getBrokerCCDurSubQueue();
Gets the brokerCCDurSubQueue attribute
public String getBrokerDurSubQueue();
Gets the brokerDurSubQueue attribute
public String getBrokerPubQueue();
Gets the broker's publish queue name
public String getBrokerPubQueueManager();
Gets the brokerQueueManager attribute
public int getBrokerVersion();
Gets the broker version.
public String getTopicName();
Gets the name of this Topic.
Clients that depend upon the name, are not portable.
public boolean isTemporary();
public void setBrokerCCDurSubQueue(String name) throws JMSException;
Sets the name of the subscriber queue for consumers, using a durable connection to the broker.
public void setBrokerDurSubQueue(String x) throws JMSException;
Sets the brokerDurSubQueue attribute
public void setBrokerPubQueue(String brokerPubQueue) throws JMSException;
Set method for broker publish queue attribute
public void setBrokerPubQueueManager(String brokerPubQueueManager) throws JMSException;
Sets the broker's queue manager
public void setBrokerVersion(int brkver) throws JMSException;
Sets the broker version.
public String toString();
Returns a string representation of the Topic object.
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
csqzaw13103 |