[
https://issues.apache.org/jira/browse/ARTEMIS-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
clebert suconic closed ARTEMIS-695.
-----------------------------------
> "Configuring transports" page has a misleading typo in the acceptor URI
> example
> -------------------------------------------------------------------------------
>
> Key: ARTEMIS-695
> URL: https://issues.apache.org/jira/browse/ARTEMIS-695
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Reporter: Mike Hearn
> Assignee: Justin Bertram
> Priority: Minor
> Fix For: 1.4.0
>
>
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)