oscpmqueue
Queue table for content and processing messages (CP). Holds the pending jobs for external service instances (full-text indexer, rendition cache, page-count service, …).
Usage and lifecycle of the messages are described under
Capture and Processing Messages (CP); reads and writes happen
exclusively through the std.CPMessage jobs of the
Standard Engine.
1. Columns
| Name | Type | Length | Description |
|---|---|---|---|
|
|
32 |
Unique message ID (hex GUID, no separators). Primary key of the table and reference value for std.DispatchCPMessage. |
|
|
128 |
Logical queue name (e.g. |
|
|
— |
ID of the DMS object the job refers to. |
|
|
— |
Numeric object type ID. |
|
|
— |
Creation timestamp of the message. Used to determine pickup order — the message with the
most recent |
|
|
128 |
|
|
|
32 |
Verification GUID, randomly generated on pickup and stored together with |