ARTEMIS-695 fix URI syntax in doc

This commit is contained in:
jbertram 2016-08-22 12:34:31 -05:00
parent d0767f7d48
commit 457ae3defa
1 changed files with 1 additions and 1 deletions

View File

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