You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Mike Hearn (JIRA)" <ji...@apache.org> on 2016/08/22 15:27:21 UTC

[jira] [Created] (ARTEMIS-695) "Configuring transports" page has a misleading typo in the acceptor URI example

Mike Hearn created ARTEMIS-695:
----------------------------------

             Summary: "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
            Priority: Minor


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)