Skip to content

Commit

Permalink
ARTEMIS-4449 Fix url parameter separator in acceptor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorsoma authored and jbertram committed Oct 2, 2023
1 parent 3f2587c commit 8d48f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-manual/configuring-transports.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ These are set on the `URL` as part of the query, like so:

[,xml]
----
<acceptor name="netty">tcp://localhost:61617?sslEnabled=true&keyStorePath=/path</acceptor>
<acceptor name="netty">tcp://localhost:61617?sslEnabled=true;keyStorePath=/path</acceptor>
----

== Connectors
Expand Down

0 comments on commit 8d48f8a

Please sign in to comment.