MQ_GOOD={$MQ:XXXX:mmmmmmmmmm}
This parameter defines the MQ (Message Queue) to which the Platform Server writes a record when a request is completed successfully. If this parameter is not specified, no record is written to the MQ when a request is successful.
Note: This parameter is mutually exclusive with the
EMAIL_GOOD parameter.
$MQ is a fixed literal and must be the first 3 bytes;
XXXX defines the MQ Queue Manager name; and
mmmmmmmmmm defines the MQ name, and can contain 1 - 55 characters.
Note: This parameter is in addition to the GLOBAL
MQ_GOOD parameter. It does not override or replace the GLOBAL parameter.