Hi,
Im trying to put messages to a jms queue hosted by an openmq
broker, everything is fine when the broker is not secure, but when i change
to a secure (tls), messages are consumed by camel, but I cant see anything
in the queue
Im trying this two properties
connectionFactorymq.setProperty(ConnectionConfiguration.imqConnectionType,
"TLS");
connectionFactorymq.setProperty(ConnectionConfiguration.imqSSLIsHostTrusted,
"true");
Can you help, please?
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-jms-TLS-tp5770260.html
Sent from the Camel - Users mailing list archive at Nabble.com.