Using Python. Proton 0.16.0. Would like to receive messages from an Azure Event Hub using proton. Need to set message filters based on offset or timestamp.
I've read about adding annotations to a request such as: x-opt-offset, x-opt-enqueued-time, x-opt-sequence-number. But no idea how to set these values, especially using Python. Is there a book or other resource with examples? Thanks, Greg
