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/10/30 11:12:12 UTC

qpid-jms git commit: NO-JIRA: move a couple transport options to the correct config group

Repository: qpid-jms
Updated Branches:
  refs/heads/master 65c59c1da -> 055a4df47


NO-JIRA: move a couple transport options to the correct config group


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

Branch: refs/heads/master
Commit: 055a4df47486f87bec6167d71c4925fafb3653a3
Parents: 65c59c1
Author: Robbie Gemmell <ro...@apache.org>
Authored: Mon Oct 30 11:11:45 2017 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Mon Oct 30 11:11:45 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/055a4df4/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index 8079b17..705d772 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -154,6 +154,8 @@ The complete set of TCP Transport options is listed below:
 + **transport.soLinger** default is -1
 + **transport.tcpKeepAlive** default is false
 + **transport.tcpNoDelay** default is 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.
++ **transport.useKQueue** When true the transport will use the native KQueue layer when available instead of the NIO layer, which can improve performance. Defaults to false.
 
 ### SSL Transport Configuration options
 
@@ -181,8 +183,6 @@ 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 native Epoll layer when available instead of the NIO layer, which can improve performance. Defaults to true.
-+ **transport.useKQueue** When true the transport will use the native KQueue layer when available instead of the NIO layer, which can improve performance. Defaults to false.
 
 ### Websocket Transport Configuration options
 


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