Repository: qpid-jms-amqp-0-x
Updated Branches:
  refs/heads/master 8e652dd7a -> 56bacf627


QPID-7888: [Java Client] [Documentation] Correct typo in connection urls used 
in end to end encryption example.


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/commit/56bacf62
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/tree/56bacf62
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/diff/56bacf62

Branch: refs/heads/master
Commit: 56bacf627665471531aea6e88f7d80bbbf43cfb2
Parents: 8e652dd
Author: Keith Wall <kw...@apache.org>
Authored: Fri Aug 11 17:18:35 2017 +0100
Committer: Keith Wall <kw...@apache.org>
Committed: Fri Aug 11 17:18:35 2017 +0100

----------------------------------------------------------------------
 .../src/docbkx/JMS-Client-Message-Encryption.xml               | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/blob/56bacf62/doc/jms-client-0-8/src/docbkx/JMS-Client-Message-Encryption.xml
----------------------------------------------------------------------
diff --git a/doc/jms-client-0-8/src/docbkx/JMS-Client-Message-Encryption.xml 
b/doc/jms-client-0-8/src/docbkx/JMS-Client-Message-Encryption.xml
index 3b70ff8..654cead 100644
--- a/doc/jms-client-0-8/src/docbkx/JMS-Client-Message-Encryption.xml
+++ b/doc/jms-client-0-8/src/docbkx/JMS-Client-Message-Encryption.xml
@@ -275,9 +275,9 @@ java.naming.factory.initial = 
org.apache.qpid.jndi.PropertiesFileInitialContextF
 
 # connection factories. This is where end-to-end encryption is configured on 
the client.
 # connectionfactory.[jndiname] = [ConnectionURL]
-connectionfactory.producerConnectionFactory = 
amqp://&lt;username&gt;:&lt;password&gt;@?brokerlist='tcp://localhost:5672?encryption_remote_trust_store='$certificates%255c/clientcerts''
-connectionfactory.consumer1ConnectionFactory = 
amqp://&lt;username&gt;:&lt;password&gt;@?brokerlist='tcp://localhost:5672?encryption_key_store='path/to/client_1.jks'&amp;encryption_key_store_password='&lt;keystore_password&gt;''
-connectionfactory.consumer2ConnectionFactory = 
amqp://&lt;username&gt;:&lt;password&gt;@?brokerlist='tcp://localhost:5672?encryption_key_store='path/to/client_2.jks'&amp;encryption_key_store_password='&lt;keystore_password&gt;''
+connectionfactory.producerConnectionFactory = 
amqp://&lt;username&gt;:&lt;password&gt;@/?brokerlist='tcp://localhost:5672?encryption_remote_trust_store='$certificates%255c/clientcerts''
+connectionfactory.consumer1ConnectionFactory = 
amqp://&lt;username&gt;:&lt;password&gt;@/?brokerlist='tcp://localhost:5672?encryption_key_store='path/to/client_1.jks'&amp;encryption_key_store_password='&lt;keystore_password&gt;''
+connectionfactory.consumer2ConnectionFactory = 
amqp://&lt;username&gt;:&lt;password&gt;@/?brokerlist='tcp://localhost:5672?encryption_key_store='path/to/client_2.jks'&amp;encryption_key_store_password='&lt;keystore_password&gt;''
 
 # Rest of JNDI configuration. For example
 # destination.[jniName] = [Address Format]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to