java.lang.Object | +----com.ibm.mq.jms.MQDestination | +----com.ibm.mq.jms.MQQueue
An MQQueue object encapsulates a provider-specific queue name. It is the way that a client specifies the identity of a queue to JMS methods.
public MQQueue(String queueName) throws JMSException;
Creates a new MQQueue object.
queue://qmgrName/queueName [name-value pairs]
Where: qmgrName is the name of the queue manager on which the queue resides. queueName is the name of the queue [name-value pairs] is an optional list of name-value pairs that sets the remaining Queue properties. If the name of the queue manager is omitted the queue manager to which the owning QueueConnection is connected is used.
public MQQueue(String queueManagerName, String queueName) throws JMSException;
Creates a new MQQueue object.
public String getQueueName();
Gets the name of this queue. Clients that depend upon the name are not portable.
queue://qmgrName/queueName [name-value pairs]
Where: qmgrName is the name of the queue manager on which the queue resides. queueName is the name of the queue [name-value pairs] is an optional list of name-value pairs that sets some Queue properties.
public String toString();
Gets a version of the queue name.
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
csqzaw1394 |