MQTopic

public class MQTopic
extends MQDestination
implements TopicReferenceableSerializableTopic
java.lang.Object
   |
   +----com.ibm.mq.jms.MQDestination
           |
           +----com.ibm.mq.jms.MQTopic
          

An MQTopic object encapsulates a provider-specific topic name.

Methods

getBrokerCCDurSubQueue

public String getBrokerCCDurSubQueue();

Gets the brokerCCDurSubQueue attribute

Returns

getBrokerDurSubQueue

public String getBrokerDurSubQueue();

Gets the brokerDurSubQueue attribute

Returns

getBrokerPubQueue

public String getBrokerPubQueue();

Gets the broker's publish queue name

Returns

getBrokerPubQueueManager

public String getBrokerPubQueueManager();

Gets the brokerQueueManager attribute

Returns

getBrokerVersion

public int getBrokerVersion();

Gets the broker version.

Returns

getTopicName

public String getTopicName();

Gets the name of this Topic.

Clients that depend upon the name, are not portable.

Returns

isTemporary

public boolean isTemporary();
Returns

setBrokerCCDurSubQueue

public void setBrokerCCDurSubQueue(String name) throws JMSException;

Sets the name of the subscriber queue for consumers, using a durable connection to the broker.

Parameters
Exceptions

setBrokerDurSubQueue

public void setBrokerDurSubQueue(String x) throws JMSException;

Sets the brokerDurSubQueue attribute

Parameters
Exceptions

setBrokerPubQueue

public void setBrokerPubQueue(String brokerPubQueue) throws JMSException;

Set method for broker publish queue attribute

Parameters
Exceptions

setBrokerPubQueueManager

public void setBrokerPubQueueManager(String brokerPubQueueManager) 
              throws JMSException;

Sets the broker's queue manager

Parameters
Exceptions

setBrokerVersion

public void setBrokerVersion(int brkver) throws JMSException;

Sets the broker version.

Parameters
Exceptions

toString

public String toString();

Returns a string representation of the Topic object.

Returns