Hi,
I am having a java application deployed in JBoss EAP 5.1 server. From this server, we are connecting to an IBM MQ queue manager using MQ Resource Adapter 'wmq.jmsra-7.5.0.4.rar' (deployed under 'deploy' directory of JBoss). When we use MQ RA version 'wmq.jmsra-7.0.1.6.rar', application is able to connect to the remote MQ server. But when we use version 7.5 (wmq.jmsra-7.5.0.4.rar), we are getting following exception.
Exception getting : com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2035' ('MQRC_NOT_AUTHORIZED')
I dont know the version of Remote MQ server. What could be the problem here since the problem is with only 7.5 version of MQ RA. (Since we are using same JBoss server and we are not passing any username or password for the connection on both the versions).Kindly help.
IBM MQ 7.0 did not have security enabled by default, where MQ 7.5 does.
Perhaps [1].
[1] http://www-01.ibm.com/support/docview.wss?uid=swg21577137