getTemporaryModel

 

public String getTemporaryModel() throws JMSException;

Gets the name of a model queue for creating temporary destinations.

Returns

  • the name of the model queue. If it refers to a permanent dynamic model queue then call the MQTemporaryQueue.delete() method to destroy the queue after use.

Exceptions

  • JMSException - is here only to satisfy inheritance.


uj28240_