The main table for delayed messages. Each row corresponds to a single message.

Column

Data Type

Constraint

msg_id

NUMERIC(19)

NOT NULL

A generated ID identifying the message

limbo_id

NUMERIC(19)

NOT NULL

The generated ID for internal identification of the instance

delivery_date

NUMERIC(19)

NOT NULL

When the message should be sent, in system milliseconds

delivery_count

NUMERIC(2)

NOT NULL

The counter for failures to send a delayed message

msg_src_name

VARCHAR(250)

NOT NULL

The name of the message source that produced this message

port_name

VARCHAR(250)

NOT NULL

The output port where this message is going

msg_class

VARCHAR(250)

NOT NULL

The actual class string of the message class—that is, getClass().getName()

msg_class_type

NUMERIC(1)

NOT NULL

The actual class of the message object

jms_type

VARCHAR(250)

NULL

The JMS header type of the message

jms_expiration

NUMERIC(19)

NULL

The JMS header expiration of the message

jms_correlationid

VARCHAR(250)

NULL

The JMS header correlation ID of the message


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved. Legal Notices