cancel
Showing results for 
Search instead for 
Did you mean: 

JMS sender channel error

former_member183906
Active Contributor
0 Kudos

hi,

i am using pi 731 single stack.

i have a jms sender channel. The jms sender channel is connecting to Webshere MQ version 6.0.2.10.

the error is -

Error creating JMS connection : The JMS provider gave the error message as MQJMS2005:failed to create

MQQueueManager for x.y.com:QMgr1 MQJE001 completion code 2,Reason 2059,and the error code as MQJMS2005

What could be the issue. The JMS drivers are successfully installed.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

The error is clearly on MQ side. Check with the MQ team. They will be able to solve this issue.

Looks like some problem with queue manager.

Answers (2)

Answers (2)

Muniyappan
Active Contributor
0 Kudos

Hi,

adding to above suggestions.

try using ip address instead of host name in the channel.

cross check the channel user name and password. if you are not using this ignore this.

Regards,

Muni.

iaki_vila
Active Contributor
0 Kudos

Hi,

As Indrajit said seems to be a JMS configuration problem. Check this thread in stackoverflow with the same error: java - Always receive MQJE001: Completion Code '2', Reason '2059'. E...

Regards.