MQQueue
public MQQueue(String queueManagerName, String queueName) throws JMSException;
Creates a new MQQueue object.
- Parameters
- queueManagerName - the name of the queue manager
- queueName - the name of the queue
- Exceptions
- JMSException - if the either name is invalid.
uj29610_