Hello,
Please could you give me an answer to the following:
To establish a connexion from MQ client to MQ server
what should I do?
what I have done till now is the following:
On the server machine I created a Queue manager on port (1414)
after that I created a queue.
then I create a channel of type connexion server.
on the client machine I set the environment variable
MQSERVER to my_channel/TCP/my_server_IP_adress(1414)
then I tried to connect from the client by using the program
amqsputc my_queue my_queue_manager.
I got the following error:
MQCONN ended with error code 2059.
when I read the details I saw "remote host unavailable ...the error code return by TCP is 10060'
Note: I can ping my remote Host server from the client computer.
Any help would be greatly appreciated
Many Thanks
Roland
Please could you give me an answer to the following:
To establish a connexion from MQ client to MQ server
what should I do?
what I have done till now is the following:
On the server machine I created a Queue manager on port (1414)
after that I created a queue.
then I create a channel of type connexion server.
on the client machine I set the environment variable
MQSERVER to my_channel/TCP/my_server_IP_adress(1414)
then I tried to connect from the client by using the program
amqsputc my_queue my_queue_manager.
I got the following error:
MQCONN ended with error code 2059.
when I read the details I saw "remote host unavailable ...the error code return by TCP is 10060'
Note: I can ping my remote Host server from the client computer.
Any help would be greatly appreciated
Many Thanks
Roland