Author |
Message
|
DeeptiChand |
Posted: Thu Nov 11, 2004 4:20 pm Post subject: Creating MQ Sender and Receiver channels on 2 WINDOWS BOXES |
|
|
Novice
Joined: 02 Nov 2004 Posts: 10
|
Hello all,
I am trying to create a SENDER channel so i can send MESSAGES from WINDOWS BOX-1 to WINDOWS BOX-2. I have created a QUEUEMANAGER on both the machines and I have created a remote queue on BOX1 and a transmission Q and creted the SENDER CHANNEL on BOX-1
However I am unable to start the CHANNEL on BOX1. I have done everything using the WINDOWS GUI. I have listener on BOX 1 runnign at port 1500 and listener on BOX 2 runnign at 1600.
I didnt have any option in the GUI to specify the port for me to connect from BOX-1 to BOX-2. Can anybody help me with the right way to do this.
Thank you very much.
DC _________________ Deepti |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Nov 11, 2004 4:35 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You also have to create a receiver channel on box 2. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
csmith28 |
Posted: Thu Nov 11, 2004 4:53 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
You may want to create a destination queue on BOX-2 as well or any messages you send will end up in a DLQ. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
JT |
Posted: Thu Nov 11, 2004 8:13 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
I didnt have any option in the GUI to specify the port for me to connect from BOX-1 to BOX-2. Can anybody help me with the right way to do this. |
You right, there is no specific parameter to identify the port. On the sender channel that you defined on BOX-1, you'll specify the port (that BOX-2 is listening on) by appending it to the connection name.
Code: |
Connection Name: BOX-2(1600) |
|
|
Back to top |
|
 |
DeeptiChand |
Posted: Fri Nov 12, 2004 8:50 am Post subject: port in windows gui for sender channel |
|
|
Novice
Joined: 02 Nov 2004 Posts: 10
|
Thank you. That works. Appending port to the connection works. _________________ Deepti |
|
Back to top |
|
 |
|