You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mg...@apache.org on 2013/04/18 16:12:24 UTC

svn commit: r1469336 - /qpid/proton/trunk/docs/markdown/messenger/message-disposition.md

Author: mgoulish
Date: Thu Apr 18 14:12:24 2013
New Revision: 1469336

URL: http://svn.apache.org/r1469336
Log:
PROTON-260 : deleted some false info, replaced it with coming-soon note for now

Modified:
    qpid/proton/trunk/docs/markdown/messenger/message-disposition.md

Modified: qpid/proton/trunk/docs/markdown/messenger/message-disposition.md
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/docs/markdown/messenger/message-disposition.md?rev=1469336&r1=1469335&r2=1469336&view=diff
==============================================================================
--- qpid/proton/trunk/docs/markdown/messenger/message-disposition.md (original)
+++ qpid/proton/trunk/docs/markdown/messenger/message-disposition.md Thu Apr 18 14:12:24 2013
@@ -4,17 +4,17 @@ Message Disposition
 
 Messenger disposition operations allow a receiver to accept or
 reject specific messages, or ranges of messages.  Senders can
-detect the disposition of their messages.
+then detect the disposition of their messages.
 
 
 Message States
 ---------------------------
 
 Messages have one of four different states:  
-  * `PN_STATUS_UNKNOWN`  
-  * `PN_STATUS_PENDING`  
-  * `PN_STATUS_ACCEPTED`  
-  * `PN_STATUS_REJECTED`  
+        `PN_STATUS_UNKNOWN`  
+        `PN_STATUS_PENDING`  
+        `PN_STATUS_ACCEPTED`  
+        `PN_STATUS_REJECTED`  
 
 <br/>
 
@@ -66,6 +66,7 @@ be changed, even if you have a separate 
 
 
 <br/>
+
 ###when to accept###
 
 Although you _can_ accept messages implicitly by letting them fall 
@@ -80,6 +81,13 @@ unpredictable amount of time.
 The purpose of a nonzero window size is really to place 
 a limit on how much state your Messenger needs to track.
 
+<br/>
+
+###accepting by accident####
+
+_This section coming soon._
+
+
 
 
 <br/>
@@ -120,7 +128,7 @@ be settled, with one of these calls:
         pn_messenger_settle ( messenger, tracker, 0 );
         pn_messenger_settle ( messenger, tracker, PN_CUMULATIVE );
 
-then the sender will see `PN_STATUS_UNKNOWN` as the status of any
+then the sender will see `PN_STATUS_PENDING` as the status of any
 settled messages.
 
 <br/>



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