[z/OS]

Defining a sender channel and transmission queue on QMA on z/OS

Use the DEFINE CHANNEL and DEFINE QLOCAL commands to set up the required objects.

Procedure

On QMA, issue commands like the following example:

DEFINE CHANNEL(TO.QMB) CHLTYPE(SDR) TRPTYPE(TCP) CONNAME(QMB.MACH.COM) XMITQ(QMB)
SSLCIPH(TLS_RSA_WITH_AES_128_CBC_SHA256) DESCR('Sender channel using TLS from QMA to QMB')

DEFINE QLOCAL(QMB) USAGE(XMITQ)

Results

A sender channel, TO.QMB, and a transmission queue, QMB, are created.