I am trying to connect to IBM Websphere MQ Server from IBM Websphere Application Server.
I am getting the following error:
MQJMS2013: invalid security authentication supplied for MQQueueManager
What I understand is, this is because of invalid security credentials by WAS while connecting to MQ Manager.
I have tried different combination of providing the MQ admin password e.g.
- Provide J2C authentication to MQ Connection Factory.
- Provide MQ admin username and password to Queues.
- Providing Blank username.
- Combination of all three above.
Also, as mentioned in some of the posts, I have tried the Transport Type as 'Binding' as well as 'Client' for QueueConnectionFactory.
Please suggest.