I have created Queue manager, queue, client and server channel in MQ explorer(localhost) and trying to create Queue Connection Factory through websphere MQ provider for that I have given below details: 1) QueueManager Name: QMGR(same as created in MQ explorer) 2) Transport : Client 3) HostName : localhost/IP 4) port :1414(same as given in QueueManager) 5) Server Channel Name: SERVER.CHANNEL1 (Server Channel name created in QMGR)
After that when I am testing Connection it is giving below error:
A connection could not be made to WebSphere MQ for the following reason: CWWMQ0083E: An internal error occurred. A WebSphere MQ messaging provider connection factory could not be created.
Note: I am able to create and test it when I am using Binding then client in transport option.
Please suggest for the same.