[z/OS]

Defining a receiver channel on QM2 on z/OS

Use the DEFINE CHANNEL command to set up the required object.

Procedure

On QM2, issue a command like the following example:

DEFINE CHANNEL(QM1.TO.QM2) CHLTYPE(RCVR) TRPTYPE(TCP) SSLCIPH(TLS_RSA_WITH_AES_128_CBC_SHA256)
SSLCAUTH(REQUIRED) DESCR('Receiver channel using TLS from QM1 to QM2')
The channel must have the same name as the sender channel you defined in Defining a sender channel and transmission queue on QM1 on z/OS, and use the same CipherSpec.