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 data set 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.