You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jo...@apache.org on 2010/10/15 15:00:13 UTC

svn commit: r1022902 - /qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h

Author: jonathan
Date: Fri Oct 15 13:00:13 2010
New Revision: 1022902

URL: http://svn.apache.org/viewvc?rev=1022902&view=rev
Log:
Improved wording in the doxygen strings for session::reject(), session::release().

Modified:
    qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h

Modified: qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h?rev=1022902&r1=1022901&r2=1022902&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h (original)
+++ qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h Fri Oct 15 13:00:13 2010
@@ -80,13 +80,15 @@ class Session : public qpid::messaging::
      */
     QPID_MESSAGING_EXTERN void acknowledge(Message&, bool sync=false);
     /**
-     * Rejects the specified message. The broker does not redeliver
-     * a message that has been rejected.
+     * Rejects the specified message. The broker does not redeliver a
+     * message that has been rejected. Once a message has been
+     * acknowledged, it can no longer be rejected.
      */
     QPID_MESSAGING_EXTERN void reject(Message&);
     /**
-     * Releases the specified message. The broker may
-     * redeliver the message.
+     * Releases the specified message. The broker may redeliver the
+     * message. One a message has been acknowledged, it can no longer
+     * be released.
      */
     QPID_MESSAGING_EXTERN void release(Message&);
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org