setBrokerControlQueue

 

public void setBrokerControlQueue(String queueName) throws JMSException;

Sets the name of the broker control queue.

Parameters

  • queueName - the name of the broker control queue.

Exceptions

  • JMSException - if the name is either null or invalid.


uj28300_