HarpreetSachdeva
Programmer
Hello.
I have got 4 MQ servers sending data to one single MQ server.
I have done the following configuration.
1. Created RECIEVER QUEUE MANAGER on server-1.
2. Created RECIEVER QUEUE-1 on 1st server.
2. Created RECIEVER QUEUE-2 on 1st server.
2. Created RECIEVER QUEUE-3 on 1st server.
3. Created RECIEVER CHANNEL on 1st Server
After that on rest of the 3 servers
1. I have created remote defination queue for the corresponding local queue on Server-1.
2. I have created transmission queue on that server
3. SENDER channel corresponding to the RECEIVER CHANNEL ON server-1.
****All the three sender channels point to one single receiver channel.
And they all get pinged successfully, but my problem starts when I am trying to send data across then my that particular sender channel goes in DOUBTFULL state.
If I stop all the sender channels and have only one sender channel active against the receiver then it works perfectly fine, and my data gets transfered successfully.
So could you please advice that do I need to create 3 seperate receiver channels on server-1. or there is any configuration setting by which I can achive this.
Thanks in advance.
HS
I have got 4 MQ servers sending data to one single MQ server.
I have done the following configuration.
1. Created RECIEVER QUEUE MANAGER on server-1.
2. Created RECIEVER QUEUE-1 on 1st server.
2. Created RECIEVER QUEUE-2 on 1st server.
2. Created RECIEVER QUEUE-3 on 1st server.
3. Created RECIEVER CHANNEL on 1st Server
After that on rest of the 3 servers
1. I have created remote defination queue for the corresponding local queue on Server-1.
2. I have created transmission queue on that server
3. SENDER channel corresponding to the RECEIVER CHANNEL ON server-1.
****All the three sender channels point to one single receiver channel.
And they all get pinged successfully, but my problem starts when I am trying to send data across then my that particular sender channel goes in DOUBTFULL state.
If I stop all the sender channels and have only one sender channel active against the receiver then it works perfectly fine, and my data gets transfered successfully.
So could you please advice that do I need to create 3 seperate receiver channels on server-1. or there is any configuration setting by which I can achive this.
Thanks in advance.
HS