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 2017/03/31 10:55:30 UTC

[2/2] qpid-jms git commit: QPIDJMS-279: fix docs typo, tweak for consistency with surrounding entries

QPIDJMS-279: fix docs typo, tweak for consistency with surrounding entries


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

Branch: refs/heads/master
Commit: 05bbe2d050b33e6cf8377ea8993e8cffb746d5da
Parents: 8fd4487
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Mar 31 11:54:32 2017 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Mar 31 11:54:32 2017 +0100

----------------------------------------------------------------------
 qpid-jms-docs/Configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/05bbe2d0/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index e0c8d02..340af11 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -178,7 +178,7 @@ The complete set of SSL Transport options is listed below:
 + **transport.trustAll** Whether to trust the provided server certificate implicitly, regardless of any configured trust store. Defaults to false.
 + **transport.verifyHost** Whether to verify that the hostname being connected to matches with the provided server certificate. Defaults to true.
 + **transport.keyAlias** The alias to use when selecting a keypair from the keystore if required to send a client certificate to the server. No default.
-+ **transport.useEpoll** When true the transport will use the a native Epoll layer if available instead of the NIO based version which can improve performance (defaults to true).
++ **transport.useEpoll** When true the transport will use the native Epoll layer when available instead of the NIO layer, which can improve performance. Defaults to true.
 
 ### Websocket Transport Configuration options
 


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