Files
open-insight/LSL2/STPROCINS/TRANSACTION_QUEUE_EQUATES.txt
Infineon\StieberD 2180ba3fb4 refactored Mona_Services to queue requests and send them in bulk via the Service Manager
Added queue count to mona monitors. Added email notification on ProcessMonaQueue.

Added hard limit of 2000 requests to be sent to MonInBufferedWorker at one time. Fixed outdated Shipment_Services in SharedTest environment.
2025-06-26 15:20:01 -07:00

19 lines
671 B
Plaintext

compile insert TRANSACTION_QUEUE_EQUATES
/*----------------------------------------
Author : Table Create Insert Routine
Written : 26/06/2025
Description : Insert for Table TRANSACTION_QUEUE
----------------------------------------*/
#ifndef __TRANSACTION_QUEUE_EQUATES__
#define __TRANSACTION_QUEUE_EQUATES__
equ TRANSACTION_QUEUE.TRANSACTION_DTM$ to 1
equ TRANSACTION_QUEUE.ACTION$ to 2
equ TRANSACTION_QUEUE.TABLE$ to 3
equ TRANSACTION_QUEUE.KEY$ to 4
equ TRANSACTION_QUEUE.RECORD$ to 5
equ TRANSACTION_QUEUE.COLUMN$ to 6
equ TRANSACTION_QUEUE.VALUE$ to 7
#endif