getCommandInputQueueName

 

public String getCommandInputQueueName() throws MQException;

Gets the name of the command input queue defined on the queue manager. This is a queue to which applications can send commands, if authorized to do so.

Returns

  • the name of the command input queue.

Exceptions

  • MQException - if you call this method after disconnecting from the queue manager to indicate that the connection is no longer valid.


uj15170_