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,
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_
Dear protons,
I am using Proton-C to read amqp messages and I wonder why there is no
acknowledge call in the messenger.
In the Qpid C++ Messaging API there is an acknowledge() call in the Session
class.
I assume that the ack is going to the message broker. If this is the case
then I ask myself w