On Wed, Sep 22, 2021 at 8:11 PM Adrian Florea <florea....@gmail.com> wrote: > You can take a look at: > > https://azure.github.io/amqpnetlite/articles/azure_eventhubs.html > > Look at the "Filter" section.
For an example of setting a filter with proton c++: https://github.com/apache/qpid-proton/blob/main/cpp/examples/selected_recv.cpp#L38 There is no example for setting message annotations, but it is similar to setting properties, https://github.com/apache/qpid-proton/blob/main/cpp/examples/colour_send.cpp#L64, except instead of the properties() method you use message_annotations() as per https://qpid.apache.org/releases/qpid-proton-0.35.0/proton/cpp/api/classproton_1_1message.html#a5d96699458d8be84d821f5651a7b3717 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org