You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Clifford Jansen (Jira)" <ji...@apache.org> on 2020/08/07 00:01:23 UTC

[jira] [Created] (PROTON-2258) Mark the Proton work list as deprecated

Clifford Jansen created PROTON-2258:
---------------------------------------

             Summary: Mark the Proton work list as deprecated
                 Key: PROTON-2258
                 URL: https://issues.apache.org/jira/browse/PROTON-2258
             Project: Qpid Proton
          Issue Type: Improvement
          Components: proton-c, python-binding
    Affects Versions: proton-c-0.31.0
            Reporter: Clifford Jansen
            Assignee: Clifford Jansen


Before the eventing model, the way to find deliveries with changed status was in a per-connection work list.

pn_work_head() for the first.

pn_work_next() to traverse the list.

In the eventing model, this information is available to applications via the PN_DELIVERY callback in Proton C.  In the python binding there are specific callbacks: on_message(), on_accepted(), on_rejected(), on_released(), and on_settled().

Mark the use of this older work queue as deprecated to allow removal in a future release.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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