QueueSource
The list of ZMQ queues that the Matching Engine logger thread listens to.
Metadata
- Underlying type:
u8
Values
| Key | Value | Description |
|---|---|---|
| Service | 1 | Used by other processes such as te_monitor to request infomrmation from the Matching Engine. |
| Internal | 2 | Priority queue on which the Matching Engine sends transactions to itself. |
| Transaction | 3 | General transaction queue for Matching Engine clients. |
| Translog | 4 | Used for streaming a transaction log to a replica Matching Engine. |
| Blob | 5 | Queue specifically for Blob transactions from UI clients. |