-
MQJMS2013: invalid security authentication supplied (1 messages)
- Posted by: gokul M
- Posted on: January 23 2010 02:14 EST
Hi, I am getting below exception when trying to put message from my application to MQ. javax.jms.JMSSecurityException: MQJMS2013: invalid security authentication supplied for MQQueueManager at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:2446) I am using WAS 6.1 and Webshere MQ 5.3. Transport type as client. Thanks, GokulThreaded Messages (1)
- Re: MQJMS2013: invalid security authentication supplied by gokul M on March 03 2010 00:29 EST
-
Re: MQJMS2013: invalid security authentication supplied[ Go to top ]
- Posted by: gokul M
- Posted on: March 03 2010 00:29 EST
- in response to gokul M
The issue is resolved. In WAS 6.1, we need to set the authentication(J2C) at connection factory level. The authentication credentials should be MQ server admin user and should be less than 12 characters. http://www.ibm.com/developerworks/ibm/library/i-supply1i/ (Security between WebSphere Application Server and WebSphere MQ)