ARTEMIS-4449 Fix url parameter separator in acceptor configuration
This commit is contained in:
parent
3f2587c85a
commit
8d48f8a373
|
@ -32,7 +32,7 @@ These are set on the `URL` as part of the query, like so:
|
||||||
|
|
||||||
[,xml]
|
[,xml]
|
||||||
----
|
----
|
||||||
<acceptor name="netty">tcp://localhost:61617?sslEnabled=true&keyStorePath=/path</acceptor>
|
<acceptor name="netty">tcp://localhost:61617?sslEnabled=true;keyStorePath=/path</acceptor>
|
||||||
----
|
----
|
||||||
|
|
||||||
== Connectors
|
== Connectors
|
||||||
|
|
Loading…
Reference in New Issue