WebSphere MQ class: MQDestination
java.lang.Object | +----com.ibm.mq.jms.MQDestination |
The Destination object encapsulates provider-specific addresses.
See also: Queue, TemporaryQueue, TemporaryTopic, and Topic
public MQDestination()
public int getCCSID()
Get the name of the character set that is used by this destination.
public String getDescription()
Get the description of the object.
public int getEncoding()
Get the encoding that is used for this destination.
public int getExpiry()
Get the value of the expiry for this destination.
public int getPersistence()
Get the value of the persistence for this destination.
public int getPriority()
Get the override priority value.
public int getTargetClient()
Get JMS compliance indicator flag.
public void setCCSID(int x) throws JMSException
Character set to be used to encode text strings in messages sent to this destination. See Table 13 for a list of allowed values. The default value is 1208 (UTF8).
public void setDescription(String x)
A short description of the object.
public void setEncoding(int x) throws JMSException
Specifies the encoding to be used for numeric fields in messages sent to this destination. See Table 13 for a list of allowed values.
public void setExpiry(int expiry) throws JMSException
Used to override the expiry of all messages sent to this destination.
public void setPersistence(int persistence) throws JMSException
Used to override the persistence of all messages sent to this destination.
public void setPriority(int priority) throws JMSException
Used to override the priority of all messages sent to this destination.
public void setTargetClient(int targetClient) throws JMSException
Flag to indicate whether or not the remote application is JMS compliant.