createTemporaryQueue

 

public TemporaryQueue createTemporaryQueue() throws JMSException;

Creates a JMS temporary queue. The temporary queue remains until the connection ends or the queue is explicitly deleted, whichever is the sooner.

Returns

  • TemporaryQueue

Exceptions

  • JMSException - IllegalStateException with one of the following reasons:

    • MQJMS_E_SESSION_CLOSED

    • MQJMS_E_NULL_CONNECTION

    • MQJMS_E_TMPQ_FAILED


uj30220_