The channel definition at the sending end specifies the address of the target. The DECnet network object is configured for the connection at the receiving end.
Specify the DECnet node name and the DECNET object name in the Connection Name field of the channel definition. You need a different DECnet object for each separate queue manager that is defined. For example, to specify DECnet object MQSERIES on node FOONT enter the following when defining the channel:
CONNAME('FOONT(MQSERIES)')
To use DECnet Phase IV to start channels, you must configure a DECnet object as follows:
$ mcr amqcrsta [-m Queue_Man_Name] -t DECnet
Place this file in the SYS$MANAGER directory. In this example the file is named MQRECVDECNET.COM.
Notes:
$ MCR NCP NCP> define object MQSERIES Object number (0-255): 0 File name (filename):sys$manager:mqrecvdecnet.com Privileges (List of VMS privileges): Outgoing connect privileges (List of VMS privileges): User ID (1-39 characters): mqm Password (1-39 characters): mqseries Account (1-39 characters): Proxy access (INCOMING, OUTGOING, BOTH, NONE, REQUIRED): NCP> set known objects all NCP> exit