setBrokerSubQueue
public void setBrokerSubQueue(String queueName) throws JMSException;
Gets the name of the broker nondurable subscriber queue.
- Parameters
- queueName - the name of the queue.
- Exceptions
- JMSException - if queueName is either null or invalid.
uj28330_