Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 3 Mbox Sets and Message Queues : mbox_set_group

mbox_set_group
The mbox_set_group table defines the list of individual message queues that are stored in each Mbox set.
Structure
The mbox_set_group table has the following structure:
TABLE mbox_set_group (
mbox_set_id number(5) NOT NULL,
mbox_queue_id number(5)
NOT NULL)
Primary Key
The following primary key is defined for this table.
Foreign Keys
The following foreign keys are defined for this table.

1
This key enforces the DELETE CASCADE referential action.

Indexes
The following indexes are defined for this table.
Storage
The following STORAGE values are defined for this table.
Table Activity
The mbox_set_group table contains one row for each message queue that is available on this node.
Rows are added, updated and deleted in the following situations.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved