Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-695

"Configuring transports" page has a misleading typo in the acceptor URI example

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.4.0
    • Broker
    • None

    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

          Activity

            People

              jbertram Justin Bertram
              mikehearn Mike Hearn
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: