Optional. Add a message queue to the LISTENER statement for IBM i. IBM i can run multiple listeners from the same PowerExchange environment by specifying a different message queue for each PowerExchange Listener. For example:
/* Listener using default message queue (LISTENER)
LISTENER=(node1,TCPIP,2480,262144,262144,262144,262144)
/* Listener using user defined message queue (LISTENER2)
LISTENER=(node2,TCPIP,12480,262144,262144,262144,262144,,,,LISTENER2)
If no value is specified the existing default message queue LISTENER is assumed.
For information about creating message queues, see the
PowerExchange Installation and Upgrade Guide
.