ARTEMIS-4449 Fix url parameter separator in acceptor configuration

This commit is contained in:
Nandor Soma Abonyi 2023-10-02 15:52:15 +02:00 committed by Justin Bertram
parent 3f2587c85a
commit 8d48f8a373
1 changed files with 1 additions and 1 deletions

View File

@ -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