0
votes

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.

1
Post the exception stack details.Shashi

1 Answers

0
votes

Post the exception stack details, that can provide clues. Since you are trying to use Client connection, have you created a MQ listener that listens on port 1414? If created, have you started it? You can find the listeners under Listeners node under your queue manager in MQExplorer.