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

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

    [ https://issues.apache.org/jira/browse/PROTON-2258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172739#comment-17172739 ] 

ASF subversion and git services commented on PROTON-2258:
---------------------------------------------------------

Commit ee880294923cdf81a0f693282dde6df1e320b599 in qpid-proton's branch refs/heads/master from Clifford Jansen
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=ee88029 ]

PROTON-2258: mark pn_work_head(), pn_work_next(), and Python equivalents as deprecated.


> 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
>            Priority: Major
>
> 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