Author |
Message |
Topic: MQ upgrade from v 5.3 to 6 causing MQJMS2013 |
mqwanted
Replies: 6 Views: 4459
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 21, 2009 6:51 am Subject: MQ upgrade from v 5.3 to 6 causing MQJMS2013 |
We specified only the default mdb settings and since it does not require password no security settings are configured.
We added the empty username/password property in ejb-jar.xml assuming that emp ... |
Topic: SSL negotiation issue with mq v6 java client and server |
mqwanted
Replies: 3 Views: 4816
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 20, 2009 11:54 am Subject: SSL negotiation issue with mq v6 java client and server |
Enabled the ssl debug flags and it looks like v5.3 uses TLS but v6 uses SSLv3 for the same cipher suite property
props.put(MQC.SSL_CIPHER_SUITE_PROPERTY,"SSL_RSA_WITH_3DES_EDE_CBC_SHA");
... |
Topic: MQ upgrade from v 5.3 to 6 causing MQJMS2013 |
mqwanted
Replies: 6 Views: 4459
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 20, 2009 6:53 am Subject: MQ upgrade from v 5.3 to 6 causing MQJMS2013 |
The problem is in how to make this work with weblogic container. If it is a thin MQ client, I could just change the constructor  |
Topic: SSL negotiation issue with mq v6 java client and server |
mqwanted
Replies: 3 Views: 4816
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 20, 2009 6:50 am Subject: SSL negotiation issue with mq v6 java client and server |
We need to use SSL and there is no User/Password as we are using SSL.
From the server side we are able to see 2035 reason code and channels are inactive. |
Topic: SSL negotiation issue with mq v6 java client and server |
mqwanted
Replies: 3 Views: 4816
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 19, 2009 2:31 pm Subject: SSL negotiation issue with mq v6 java client and server |
Hi,
MQ upgrade from v5.3 to 6 java mq client causing RC 2009 exception (channel inactive and SSL handshake error at server). I have shown the code below with error in v6 and no error in v5.3. The o ... |
Topic: MQ upgrade from v 5.3 to 6 causing MQJMS2013 |
mqwanted
Replies: 6 Views: 4459
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 19, 2009 2:24 pm Subject: MQ upgrade from v 5.3 to 6 causing MQJMS2013 |
Hi,
We upgraded our MQ JMS client version with Weblogic as appserver from 5.3 to 6.
With v6:
javax.jms.JMSSecurityException: MQJMS2013: invalid security authentication supplied for MQQueueMan ... |