setBrokerPubQueue

 

public void setBrokerPubQueue(String queueName) throws JMSException;

Sets the name of the broker's publish queue. Note that if this is a user-defined queue, the broker must already be aware of this queue before connecting to the broker.

Parameters

  • queueName - the name of the publish queue.

Exceptions

  • JMSException - if queueName is either null or invalid.


uj28310_