This table is used only for QAnywhere applications. This table is created on the remote database by the QAnywhere Agent as needed.
Caution
Do not alter this table. |
Column |
Description |
---|---|
seqno | BIGINT. Used to give a total ordering to the messages, this is necessary for true queuing. |
msgid | VARCHAR(128). Primary key. Globally unique message identifier. |
name | VARCHAR(128). Primary key. The name of the property. If the property name was provided in Unicode, it is translated to the native character set of the database. |
value | VARCHAR(32767). The value of the property. |
The owner of this table is ml_qa_user_group.