The list of queues available for messaging.

Column

Data Type

Constraint

queue_name

VARCHAR(250)

NULL

The unique name of the queue used by clients to send messages to and receive messages from a specific queue.

queue_id

NUMERIC(19)

NOT NULL

The unique numeric representation of the queue used internally by the SQL-JMS system.

temp_id

NUMERIC(19)

NULL

Denotes whether or not the queue is a temporary queue. If the queue is a temporary queue, the column contains the client ID of the client that created the temporary queue. If the queue is not a temporary queue, the column contains the value zero.