On 26/01/18 08:20, Gavrila, Daniel wrote:
Hello,I'm using Qpid Proton C++ v0.19 I would like to browse the whole LVQ like in the sample from paragraph 1.6.3.2 https://qpid.apache.org/releases/qpid-cpp-1.37.0/cpp-broker/book/ch01s06.html How can I detect that there are no more messages in the queue ?
Sorry for delayed response. You can use the drain() method on your receiver. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
