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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to