MQ File Name Requirements
The Platform Server recognizes that a file transfer is for a message queue by the format of the file name.
The format of a Platform Server message queue name is as follows:
$MQ:XXXX:mmmmmmmmmmmm
Where, $MQ is a fixed literal and must be the first 3 bytes of the dataset name, XXXX defines the queue manager name, and mmmmmmmm defines the queue name.
For example,
LF=$MQ:MQ1:FUSION.MESSAGE.QUEUE
This example defines the queue manager name as MQ1 and the queue name as FUSION.MESSAGE.QUEUE.