[z/OS]

Defining a receiver channel on QMB on z/OS

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

Procedure

On QMB, issue a command like the following example:

DEFINE CHANNEL(TO.QMB) CHLTYPE(RCVR) TRPTYPE(TCP) SSLCIPH(TLS_RSA_WITH_AES_128_CBC_SHA256)
SSLCAUTH(REQUIRED) DESCR('Receiver channel using TLS to QMB')

Results

A receiver channel, TO.QMB, is created.