Hello, I am using IBM MQseries for the JMS delivery. I have configured all the parameters in the spring xml. With the my client has provided some SSL parameters as well but I don't know where to mention it. When I try to send any messages it is thowing some Ciberspec error.
The error details are as follows Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2397;AMQ9204: Connection to host '93.174.217.184(1443)' rejected. [1=com.ibm.mq.jmqi.JmqiException[CC=2;RC=2397;AMQ9641: Remote CipherSpec error for channel 'S_OPTADEV'. [3=S_OPTADEV]],3=93.174.217.184(1443),5=RemoteConnection.analyseErrorSegment] at com.ibm.mq.jmqi.remote.internal.RemoteFAP.jmqiConnect(RemoteFAP.java:1831) at com.ibm.msg.client.wmq.internal.WMQConnection.<init>(WMQConnection.java:345) ... 25 more Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2397;AMQ9641: Remote CipherSpec error for channel 'S_OPTADEV'. [3=S_OPTADEV] at com.ibm.mq.jmqi.remote.internal.system.RemoteConnection.analyseErrorSegment(RemoteConnection.java:4240) at com.ibm.mq.jmqi.remote.internal.system.RemoteConnection.receiveTSH(RemoteConnection.java:2866) at com.ibm.mq.jmqi.remote.internal.system.RemoteConnection.initSess(RemoteConnection.java:1421) at com.ibm.mq.jmqi.remote.internal.system.RemoteConnection.connect(RemoteConnection.java:1100) at com.ibm.mq.jmqi.remote.internal.system.RemoteConnectionPool.getConnection(RemoteConnectionPool.java:348) at com.ibm.mq.jmqi.remote.internal.RemoteFAP.jmqiConnect(RemoteFAP.java:1503) I have the following information for the SSL keys but don't know how to configure them. sslciphersuite sslpeername keystore truststore keystorePassword keyStoreType trustStoreType Many thanks in advance for the replies. Regards Sri -- View this message in context: http://old.nabble.com/MQ-Series-SSL-parameters-using-camel-for-JMS-tp28411114p28411114.html Sent from the Camel - Users mailing list archive at Nabble.com.