Description
Artemis docs show this example in the "Configuring transports" section:
<acceptor name="netty">tcp://localhost:61617?sslEnabled=true;key-store-path=/path</acceptor>
This syntax is wrong and will silently not work right. Correct syntax is of course:
<acceptor name="netty">tcp://localhost:61617?sslEnabled=true&keyStorePath=/path</acceptor>
With an ampersand and camelCase
Attachments
Issue Links
- links to