setBrokerCCSubQueue

 

public void setBrokerCCSubQueue(String queueName) throws JMSException;

Sets the name of the broker nondurable connection consumer subscriber queue.

Parameters

  • queueName - the name of queue.

Exceptions

  • JMSException - if queueName is either null or invalid.


uj28290_