Creating the FTM queue manager

The queue manager must be created before the broker in order to be able to change the default value for the log file size (lf). This value cannot be changed after the queue manager is created. Make it a minimum of 1024, which is a 4MB file size (1024 X 4KB). Also, change the default numbers of primary (lp) and secondary (ls) log files as below.

The queue manager can be created using IBM® MQ Explorer or by using the following command syntax:
crtmqm -lf 1024 -lp 10 -ls 20 -u dlq qm
where:
dlq
The name of the dead letter queue.
qm
The name of the queue manager to be created.
Refer to the WebSphere® MQ documentation for additional information.