Class: TemporaryQueue

TemporaryQueue

A TemporaryQueue object is a unique Queue object created for the duration of a Connection. It is a system-defined queue that can be consumed only by the Connection that created it.

new TemporaryQueue()

This method is not meant to be used directly. Creates a TemporaryQueue object that holds the name of a JMS queue.

Extends

Method Summary

deleteTemporaryQueue
Deletes this temporary queue.

Inherited Methods

Method Detail

deleteTemporaryQueue()

Deletes this temporary queue.