amt sys transient data queue def
| Column Name | Data Type | Description |
| QUEUEID | int | A unique ID number for this transient data queue definition. |
| APPID | int | ID of the application that this transient data queue belongs to. See amt sys application. |
| QUEUENAME | string | Name of the transient data queue. |
| DESCRIPTION | string | A free to choose description for this transient data queue. |
| TRANSACTIONID | int | Optional transaction ID to execute when an entry is added to the queue. See amt sys transaction control. |
