Home
Starting the listeners and channels
Start both listeners by using the following MQSC commands:
- Start the listener on the source queue manager, source.queue.manager, by issuing the following MQSC command:
START LISTENER ('source.queue.manager')- Start the listener on the target queue manager, target.queue.manager, by issuing the following MQSC command:
START LISTENER ('target.queue.manager')
Start both sender channels by using the following MQSC commands:
- Start the sender channel on the source queue manager, source.queue.manager, by issuing the following MQSC command:
START CHANNEL ('source.to.target')- Start the sender channel on the target queue manager, target.queue.manager, by issuing the following MQSC command:
START CHANNEL ('target.to.source')
Parent topic:
Preparing channels and transmission queues for remote administration
fa11700_
Home