setBrokerQueueManager

 

public void setBrokerQueueManager(String queueManagerName) 
              throws JMSException;

Sets the name of the broker's queue manager.

Parameters

  • queueManagerName - the name of the queue manager.

Exceptions

  • JMSException - if queueManagerName is either null or invalid.


uj28320_