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/05/12 17:16:53 UTC

qpid-jms git commit: QPIDJMS-173: fix a couple typos, make defaults description consistent

Repository: qpid-jms
Updated Branches:
  refs/heads/master dcde485d4 -> 40d23e10e


QPIDJMS-173: fix a couple typos, make defaults description consistent


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

Branch: refs/heads/master
Commit: 40d23e10ee7aad1d78006cfb64f91bacb1cd251c
Parents: dcde485
Author: Robert Gemmell <ro...@apache.org>
Authored: Thu May 12 18:16:00 2016 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Thu May 12 18:16:00 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/40d23e10/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index 0024b70..0793e0f 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -115,13 +115,13 @@ The RedeliveryPolicy controls how redelivered messages are handled on the client
 The PresettlePolicy controls when a producer or consumer instance will be configured to use AMQP presettled messaging semantics.
 
 + **jms.presettlePolicy.presettleAll** when true all producers and non-transacted consumers created operate in presettled mode, defaults to false.
-+ **jms.presettlePolicy.presettleProducers** when true all producers operate in presttled mode, defaults to false.
-+ **jms.presettlePolicy.presettleTopicProducers** when true any producer that is sending to a Topic or Temporary Topic destination will operate in presettled mode, default to false.
-+ **jms.presettlePolicy.presettleQueueProducers** when true any producer that is sending to a Queue or Temporary Queue destination will operate in presettled mode, default to false.
-+ **jms.presettlePolicy.presettleTransactedProducers** when true any producer that is created in a transacted Session will operate in presettled mode, default to false.
-+ **jms.presettlePolicy.presettleConsumers** when true all consumers operate in presttled mode, defaults to false.
-+ **jms.presettlePolicy.presettleTopicConsumers** when true any consumer that is receiving from a Topic or Temporary Topic destination will operate in presettled mode, default to false.
-+ **jms.presettlePolicy.presettleQueueConsumers** when true any consumer that is receiving from a Queue or Temporary Queue destination will operate in presettled mode, default to false.
++ **jms.presettlePolicy.presettleProducers** when true all producers operate in presettled mode, defaults to false.
++ **jms.presettlePolicy.presettleTopicProducers** when true any producer that is sending to a Topic or Temporary Topic destination will operate in presettled mode, defaults to false.
++ **jms.presettlePolicy.presettleQueueProducers** when true any producer that is sending to a Queue or Temporary Queue destination will operate in presettled mode, defaults to false.
++ **jms.presettlePolicy.presettleTransactedProducers** when true any producer that is created in a transacted Session will operate in presettled mode, defaults to false.
++ **jms.presettlePolicy.presettleConsumers** when true all consumers operate in presettled mode, defaults to false.
++ **jms.presettlePolicy.presettleTopicConsumers** when true any consumer that is receiving from a Topic or Temporary Topic destination will operate in presettled mode, defaults to false.
++ **jms.presettlePolicy.presettleQueueConsumers** when true any consumer that is receiving from a Queue or Temporary Queue destination will operate in presettled mode, defaults to false.
 
 ### TCP Transport Configuration options
 


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