Re: config mq explorer to connect to remote queue
Hi,
First you need to create a transmission queue to act as a kind of buffer for sending to the remote queue.
Steps (in MQ Explorer):
1) Right click on "Queues"
2) Choose Local Queue
3) Type in the name of the queue and "next"
4) Set whatever properties that are needed
5) In the "General" category, set the value under "Usage" to be transmission
6) End
Then, you will need a Remote Queue Defination created.
Steps (in MQ Explorer):
1) Right click on "Queues"
2) Choose Remote Queue Defination
3) Type in the name of the queue and "next"
4) Set whatever properties that are needed
5) In the "General" category,
5.1) Type in the name of the remote queue
5.2) Type in the name of the remote queue manager
5.3) Type in the name of the transmission queue that you have created above
6) End
Re: config mq explorer to connect to remote queue
thanks for your help
let me try!!!