Repository: qpid-jms Updated Branches: refs/heads/master 20b458567 -> e2b94ac23
QPIDJMS-165: update uri format example to include the amqps scheme, add note around the JVM's TLS SNI behaviour Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/e2b94ac2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/e2b94ac2 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/e2b94ac2 Branch: refs/heads/master Commit: e2b94ac2317595a4dc025ee1e096f180cc7a54f0 Parents: 20b4585 Author: Robert Gemmell <rob...@apache.org> Authored: Fri Apr 1 11:47:35 2016 +0100 Committer: Robert Gemmell <rob...@apache.org> Committed: Fri Apr 1 11:47:35 2016 +0100 ---------------------------------------------------------------------- qpid-jms-docs/Configuration.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e2b94ac2/qpid-jms-docs/Configuration.md ---------------------------------------------------------------------- diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md index 59b5d66..ac4bb89 100644 --- a/qpid-jms-docs/Configuration.md +++ b/qpid-jms-docs/Configuration.md @@ -65,7 +65,12 @@ These objects could then be looked up from a Context as follows: The basic format of the clients Connection URI is as follows: - amqp://hostname:port[?option=value[&option2=value...]] + amqp[s]://hostname:port[?option=value[&option2=value...]] + +Where the *amqps* scheme is specified to use SSL/TLS, the hostname segment from the URI can be used by the JVM for the +TLS SNI (Server Name Indication) extension in order to communicate the desired server hostname during a TLS handshake. +The SNI extension will be automatically included if a Fully Qualified name (e.g myhost.mydomain) is specified, but not +when an unqualified name (e.g myhost) or bare IP address are used. The client can be configured with a number of different settings using the URI while defining the ConnectionFactory, these are detailed in the following sections. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org