Re: Proton-C - how to acknowledge received messages?

2014-12-23 Thread Raphael Fuchs
Hi Rafael, thank you! I really missed this functionality. Cheers Raphael 2014-12-23 13:45 GMT+01:00 Rafael Schloming : > You should be able to call pn_messenger_accept(...) or > messenger.accpet(...) on the tracker of the message depending on what > flavor of the API you are using. In python,

Re: Proton-C - how to acknowledge received messages?

2014-12-23 Thread Rafael Schloming
You should be able to call pn_messenger_accept(...) or messenger.accpet(...) on the tracker of the message depending on what flavor of the API you are using. In python, the tracker is returned when you call get(...) in C you can access the tracker for the most recently received message by using pn_