Is it possible to configure xa-recovery process with tls/ssl in JBoss 7.2?
Our application is deployed in Jboss EAP 7.2 and connects to a Websphere IBM MQ 9.0 server through an IBM MQ Resource Adapter 9.0.4.0.
Reading and writing from/to queues has been configured in tls/ssl as in the standalone.xml section attached below.
We need to know if it is possible and, if so, how to configure the section of the resource adapter to make the xa-recovery process connects in tls/ssl to the IBM MQ server.
[...]
[...] wmq.jmsra.rar XATransaction 100 10 [...] ${queuemanager.channel} ${queuemanager.hostName} ${queuemanager.transportType} ${queuemanager.queueManager} ${queuemanager.port} ${queuemanager.sslCipherSuite} 200 EntirePool
Responses