You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/08/23 21:13:46 UTC

[1/2] activemq-artemis git commit: ARTEMIS-695 fix URI syntax in doc

Repository: activemq-artemis
Updated Branches:
  refs/heads/master d0767f7d4 -> e130d32ef


ARTEMIS-695 fix URI syntax in doc


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/457ae3de
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/457ae3de
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/457ae3de

Branch: refs/heads/master
Commit: 457ae3defaa4f375818f0ffc3029932ee6233e86
Parents: d0767f7
Author: jbertram <jb...@apache.com>
Authored: Mon Aug 22 12:34:31 2016 -0500
Committer: jbertram <jb...@apache.com>
Committed: Tue Aug 23 13:03:20 2016 -0500

----------------------------------------------------------------------
 docs/user-manual/en/configuring-transports.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/457ae3de/docs/user-manual/en/configuring-transports.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/configuring-transports.md b/docs/user-manual/en/configuring-transports.md
index a44da35..5f32d77 100644
--- a/docs/user-manual/en/configuring-transports.md
+++ b/docs/user-manual/en/configuring-transports.md
@@ -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
 


[2/2] activemq-artemis git commit: This closes #729

Posted by cl...@apache.org.
This closes #729


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/e130d32e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/e130d32e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/e130d32e

Branch: refs/heads/master
Commit: e130d32ef660e90c68da7d9b0d8fa0b553892da3
Parents: d0767f7 457ae3d
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Aug 23 17:13:37 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Aug 23 17:13:37 2016 -0400

----------------------------------------------------------------------
 docs/user-manual/en/configuring-transports.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------