SSL and Keystore not supported
Subtalime opened this issue · 1 comments
Subtalime commented
any chance of adding this to the project? Our AMQs are using this for security.
antonwierenga commented
I created v0.2.0 for this. You can now specify keyStore, keyStorePassword and trustStore in the broker configuration (activemq-cli.config). For example:
local {
amqurl = "ssl://localhost:61616"
jmxurl = "service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi"
keyStore = "~/client.ks"
keyStorePassword = "secret"
trustStore = "~/client.ts"
}