JMS protocol and using Thust and Keystores

Hai everybody

I have a very basic question: Does Gatling in it’s JMS protocol support the usage of thuststores and keystores to set up a SSL connection?

Regards

Henk Lengkeek

Bu the way… I’m dealing with version 3.0.0 and 3.0.1

A quik response would be helpfull, so we can decide to either contribute to this. Thanks in advance !!

Gatling supports JMS, so you can do anything that possible with JMS and your java client.

AFAIK, IBM MQ uses standard Java system properties:



java -Djavax.net.ssl.trustStore=<``location of trustStore>
-Djavax.net.ssl.keyStore=<``location` `of keyStore>`<br>-Djavax.net.ssl.keyStorePassword=<password>`

|

  • |

Regards,