The table for messages in the redelivery process.

Column

Data Type

Constraint

Description

msg_id

NUMERIC(19)

NOT NULL

A generated ID identifying the message.

delay

NUMERIC(19)

NOT NULL

The delay between attempts to deliver the message (in milliseconds).

max_attempts

NUMERIC(2)

NOT NULL

Maximum number of times to attempt to deliver the message.

failure_port

VARCHAR(250)

NOT NULL

Port through which to send the message to failure destinations if all attempts to deliver the message are unsuccessful.

jms_timestamp

NUMERIC(19)

NULL

JMS attribute used to create the new message for redelivery.

jms_deliverymode

NUMERIC(10)

NULL

JMS attribute used to create the new message for redelivery.

jms_priority

NUMERIC(10)

NULL

JMS attribute used to create the new message for redelivery.

jms_messageid

VARCHAR(250)

NULL

JMS attribute used to create the new message for redelivery.

jms_redelivered

NUMERIC(1)

NULL

JMS attribute used to create the new message for redelivery.

jms_destination

VARBINARY(500)

NULL

JMS attribute used to create the new message for redelivery.


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