Creates a TemporaryQueue object. Its lifetime will be that of the Connection unless it is deleted earlier.
@return a temporary queue identity
@throws JMSException if the session fails to create a temporary queue dueto some internal error.
@since 1.1
Creates a temporary queue.
@param address the queue will be bound to this address
@param queueName the name of the queue
@throws HornetQException in an exception occurs while creating the queue
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.