[z/OS]

Running the queue sharing group example for z/OS

Information about starting the channel initiators and listeners.

About this task

After you have created the required objects, you need to:
  • Start the channel initiator for all three queue managers.
  • Start the listeners for both queue managers.

Procedure

  1. Start the channel initiators.
    See Starting a channel initiator for details on how to start a channel initiator.
  2. Start the listeners.
    See Starting a channel listener for details on how to start a listener.
    For a TCP/IP connection, each member of the group must have a group listener started that is listening on port 1414.
    STA LSTR PORT(1414) IPADDR(MVSIP01) INDISP(GROUP)
    
    The previous entry starts the listener on QM4, for example.
    For an LU6.2 connection, each member of the group must have a group listener started that is listening on a symbolic luname. This luname must correspond to the generic resource LUQSG1.
    STA LSTR PORT(1411)
    
    The previous entry starts the listener on QM3.