9. Define a receiver channel

 

On QM2 we need to define a receiver channel with the same name as the sender channel you defined in step 7, and using the same CipherSpec:

DEFINE CHANNEL(QM1.TO.QM2) CHLTYPE(RCVR) TRPTYPE(TCP) SSLCIPH(RC4_MD5_US)
SSLCAUTH(REQUIRED) DESCR('Receiver channel using SSL from QM1 to QM2')

 

Parent topic:

The steps required to complete task 1


sy11670_