Home

 

Configuration 1

 

Configuration 1 describes how distributed queuing is currently used to transfer messages between queue managers QMG1 and QMG3.

Figure 1. Configuration 1: z/OS using intra-group queuing

The flow of operations is as follows:

  1. A query is entered using the payroll request application connected to queue manager QMG1.

  2. The payroll request application puts the query on to remote queue PAYROLL.QUERY. As queue PAYROLL.QUERY resolves to transmission queue QMG2, the query is put on to transmission queue QMG2.

  3. Sender channel (S) on queue manager QMG1 delivers the query to the partner receiver channel (R) on queue manager QMG2.

  4. Receiver channel (R) on queue manager QMG2 puts the query on to queue PAYROLL on queue manager QMG3. As queue PAYROLL on QMG3 resolves to transmission queue QMG3, the query is put on to transmission queue QMG3.

  5. Sender channel (S) on queue manager QMG2 delivers the query to the partner receiver channel (R) on queue manager QMG3.

  6. Receiver channel (R) on queue manager QMG3 puts the query on to local queue PAYROLL.

  7. The payroll server application connected to queue manager QMG3 retrieves the query from local queue PAYROLL, processes it, and generates a suitable reply.

 

Parent topic:

Example configuration — WebSphere MQ for z/OS using intra-group queuing


ic16400_


 

Home