yihtserns is correct. The java standard is that property name first character
only has its case changed to construct the 'setxxxx' call.
The MQ property setter is setSSLCipherSuite.
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.javadoc.doc/WMQJMSClasses/com/ibm/mq/jms/MQConnectionFactory.html#setSSLCipherSuite_java.lang.String_
This:
<property name="sSLCipherSuite" value="${jms.cipher.suite}" />
worked for me.
--
View this message in context:
http://camel.465427.n5.nabble.com/websphere-mq-ciphersuite-tp5775941p5811447.html
Sent from the Camel - Users mailing list archive at Nabble.com.