setBrokerCCDurSubQueue

 

public void setBrokerCCDurSubQueue(String name) throws JMSException;

Sets the name of the subscriber queue for consumers, using a durable connection to the broker.

Parameters

  • name - the name of the queue.

Exceptions

  • JMSException - if name is either null or not valid.


uj30490_