public class MQQueue extends MQDestination implements javax.jms.Queue, JmsQueue, javax.naming.Referenceable, java.io.Serializable
DESTINATION_TYPE_QUEUE, DESTINATION_TYPE_TOPIC| Constructor and Description |
|---|
MQQueue()
Creates a new MQQueue object.
|
MQQueue(java.lang.String queueName)
Creates a new MQQueue object.
|
MQQueue(java.lang.String queueManagerName,
java.lang.String queueName)
Creates a new MQQueue object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQueueName() |
java.lang.String |
getQueueURI()
Gets the URI of this queue.
|
java.lang.String |
toString()
toString returns the Queue name
|
getCCSID, getDescription, getEncoding, getExpiry, getFailIfQuiesce, getMessageBodyStyle, getMQMDMessageContext, getMQMDReadEnabled, getMQMDWriteEnabled, getPersistence, getPriority, getProperty, getPutAsyncAllowed, getReadAheadAllowed, getReadAheadClosePolicy, getReceiveCCSID, getReceiveConversion, getReference, getReplyToStyle, getStringFromDestination, getTargetClient, getUnmappableAction, getUnmappableReplacement, getWildcardFormat, setCCSID, setDescription, setEncoding, setExpiry, setFailIfQuiesce, setMessageBodyStyle, setMQMDMessageContext, setMQMDReadEnabled, setMQMDWriteEnabled, setPersistence, setPriority, setProperty, setPutAsyncAllowed, setReadAheadAllowed, setReadAheadClosePolicy, setReceiveCCSID, setReceiveConversion, setReplyToStyle, setTargetClient, setUnmappableAction, setUnmappableReplacement, setWildcardFormatequals, getTopicName, hashCode, setStringPropertyclear, containsKey, containsValue, entrySet, get, getObjectProperty, isEmpty, keySet, propertyExists, put, putAll, remove, setBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setProviderPropertyContext, setShortProperty, size, valuesdump, getBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getPropertyNames, getShortProperty, getStringPropertysetBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setShortProperty, setStringPropertygetBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExistspublic MQQueue()
public MQQueue(java.lang.String queueName)
throws javax.jms.JMSException
queueName - is one of:
queue://qmgrName/queueName [name-value pairs]
Where:
javax.jms.JMSException - if the queue or queue manager names are invalid.public MQQueue(java.lang.String queueManagerName,
java.lang.String queueName)
throws javax.jms.JMSException
queueManagerName - the name of the queue managerqueueName - the name of the queuejavax.jms.JMSException - if the either name is invalid.public java.lang.String getQueueURI()
Clients that depend upon the name are not portable.
public java.lang.String getQueueName()
getQueueName in interface javax.jms.QueuegetQueueName in class com.ibm.msg.client.jms.admin.JmsDestinationImplJmsDestinationImpl.getQueueName()public java.lang.String toString()
toString in interface javax.jms.QueuetoString in class com.ibm.msg.client.jms.admin.JmsDestinationImpl