This table holds the messages sent as a result of
using a transacted send when the corresponding message type has
Archive message after sent flag turned on (during message type to
transport assignment).
Column Descriptions:
Name | Type | Description |
TRANSPORT_ID | INTEGER NOT NULL | Transport ID for the transport from which this
message is being sent. |
STOREENT_ID | INTEGER NOT NULL | Store ID for the store from which this message
originated. |
MSGARCHIVE_ID | BIGINT NOT NULL | Archived message ID identifying a message. |
MESSAGEINDEX | INTEGER NOT NULL | Index number indicating which segment of the
stored message this record represents. |
MESSAGE | BLOB (1000000) | Represents a segment of the stored message. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | MSGARCHIVE_ID+MESSAGEINDEX+TRANSPORT_ID | Primary Key |
I0000622 | STOREENT_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1014 | TRANSPORT_ID | TRANSPORT | TRANSPORT_ID | Cascade |
F_1015 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |