This table stores the message bodies for delayed messages.

Column

Data Type

Constraint

msg_id

NUMERIC(19)

NOT NULL

A generated ID identifying the message.

msg_body

LONG VARBINARY

NULL

The body of the specified message type—for example, object, stream, and so on.