You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2016/09/30 11:47:22 UTC

qpid-jms git commit: QPIDJMS-210: fix some typos and tweak slightly.

Repository: qpid-jms
Updated Branches:
  refs/heads/master 745700e35 -> 1b29c2ea9


QPIDJMS-210: fix some typos and tweak slightly.


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/1b29c2ea
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/1b29c2ea
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/1b29c2ea

Branch: refs/heads/master
Commit: 1b29c2ea9dbc82b6b49bd44e5577e71710035146
Parents: 745700e
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Sep 30 12:46:37 2016 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Sep 30 12:46:37 2016 +0100

----------------------------------------------------------------------
 qpid-jms-docs/Configuration.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/1b29c2ea/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index 40f9fb7..af3614c 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -67,7 +67,7 @@ The basic format of the clients Connection URI is as follows:
 
       amqp[s]://hostname:port[?option=value[&option2=value...]]
 
-or for WebSocket connections
+or for WebSocket connections:
 
      amqpws[s]://hostname:port[/path][?option=value[&option2=value...]]
 
@@ -179,9 +179,9 @@ The complete set of SSL Transport options is listed below:
 
 ### Websocket Transport Configuration options
 
-The WebSocket (WS) Transport extends the TCP and SSL Transports to provide both unsecured and secured Websocket connectivity and is enabled using the *amqpws* amd *amqpwss* URI schemes.  The unsecured WS Transport extends the basic TCP transport which means all the normal TCP Transport configuration options also apply to the WS Transport, similarly the WSS Transport extends the SSL Transport which means both the TCP and SSL Transport options are available for configuration.
+The WebSocket (WS) Transport extends the TCP and SSL Transports to provide both unsecured and secured Websocket connectivity and is enabled using the *amqpws* and *amqpwss* URI schemes.  The unsecured WS Transport extends the basic TCP transport which means all the normal TCP Transport configuration options also apply to the WS Transport. Similarly the WSS Transport extends the SSL Transport which means both the TCP and SSL Transport options can be applied to configure it.
 
-A simple SSL/TLS based client URI is shown below:
+A simple WS[S] based client URI is shown below:
 
     amqpws[s]://myhost.mydomain:5671/[optional-path]
 


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