mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 01:10:14 +00:00
ARTEMIS-695 fix URI syntax in doc
This commit is contained in:
parent
d0767f7d48
commit
457ae3defa
@ -37,7 +37,7 @@ valid key-value pairs depends on the specific transport be used and are
|
||||
passed straight through to the underlying transport. These are set on the
|
||||
`URI` as part of the query, like so:
|
||||
|
||||
<acceptor name="netty">tcp://localhost:61617?sslEnabled=true;key-store-path=/path</acceptor>
|
||||
<acceptor name="netty">tcp://localhost:61617?sslEnabled=true&keyStorePath=/path</acceptor>
|
||||
|
||||
## Understanding Connectors
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user