The table for messages in the redelivery process.
Column  | Data Type  | Constraint  | 
|---|---|---|
  | NUMERIC(19)  | NOT NULL  | 
A generated ID identifying the message.  | ||
  | NUMERIC(19)  | NOT NULL  | 
The delay between attempts to deliver the message (in milliseconds).  | ||
  | NUMERIC(2)  | NOT NULL  | 
Maximum number of times to attempt to deliver the message.  | ||
  | VARCHAR(250)  | NOT NULL  | 
Port through which to send the message to failure destinations if all attempts to deliver the message are unsuccessful.  | ||
  | NUMERIC(19)  | NULL  | 
JMS attribute used to create the new message for redelivery.  | ||
  | NUMERIC(10)  | NULL  | 
JMS attribute used to create the new message for redelivery.  | ||
  | NUMERIC(10)  | NULL  | 
JMS attribute used to create the new message for redelivery.  | ||
  | VARCHAR(250)  | NULL  | 
JMS attribute used to create the new message for redelivery.  | ||
  | NUMERIC(1)  | NULL  | 
JMS attribute used to create the new message for redelivery.  | ||
  | VARBINARY(500)  | NULL  | 
JMS attribute used to create the new message for redelivery.  | 

