Reputation: 125
While trying to configure JMS Queue connection factories/Activation specification on Websphere Application Sever 8.5 and RAD 8.5.1 I get following error:
A connection could not be made to WebSphere MQ for the following reason: JMSCMQ0001: WebSphere MQ call failed with compcode '2'
('MQCC_FAILED') reason '2538' ('MQRC_HOST_NOT_AVAILABLE').
Can anybody please suggest this could be because of what reason?
Upvotes: 2
Views: 20984
Reputation: 51
LISTENER.TCP
.Upvotes: 0
Reputation: 1830
The host your queue manager is running on is not reachable. In the connection factory have you provided the correct host name, does the queue manager have a running listener for the provided port, is the host and port allowed in the firewall?
You should try the host and port with telnet to check.
Upvotes: 2