Queue manager QM1 in two queue manager scenario
Queues and channels for QM1.
The following queues are defined on queue manager QM1:
- LQ1
- A local queue.
- RQA
- A remote queue definition, with the following attributes:
- RNAME(LQA)
- RQMNAME(QM2)
- XMITQ(QM1.TO.QM2.TCP)
- RQB
- A remote queue definition, with the following attributes:
- RNAME(LQB)
- RQMNAME(QM2)
- XMITQ(QM1.TO.QM2.LU62)
- RQC
- A remote queue definition, with the following attributes:
- RNAME(LQC)
- RQMNAME(QM2)
- XMITQ(QM1.TO.QM2.TLS)
- QM1.TO.QM2.TCP
- A transmission queue.
- QM1.TO.QM2.LU62
- A transmission queue.
- QM1.TO.QM2.TLS
- A transmission queue.
The following channels are defined on QM1:
- QM1.TO.QM2.TCP
- A sender channel definition, with the following attributes:
- CHLTYPE(SDR)
- TRPTYPE(TCP)
- XMITQ(QM1.TO.QM2.TCP)
- CONNAME(QM2TCP)
- QM1.TO.QM2.LU62
- A sender channel definition, with the following attributes:
- CHLTYPE(SDR)
- TRPTYPE(LU62)
- XMITQ(QM1.TO.QM2.LU62)
- CONNAME(QM2LU62)
(See Security considerations for the channel initiator on z/OS for information about setting up APPC security.)
- QM1.TO.QM2.TLS
- A sender channel definition, with the following attributes:
- CHLTYPE(SDR)
- TRPTYPE(TCP)
- XMITQ(QM1.TO.QM2.TLS)
- CONNAME(QM2TCP)
- SSLCIPH(TLS_RSA_WITH_AES_128_CBC_SHA256)
Parent topic: Security scenario: two queue managers on z/OS