Hi,
I'm looking for a way to filter the messages received by providing an offset or time frame that I want to receive.
As far as I can see the Event hub supports something like this in combination with AMQP.
(https://azure.github.io/amqpnetlite/articles/azure_eventhubs.html)
I could not find a hint on how to do it with this lib.
How can this be done in uAMQP?
My use case is that I want to limit the messages received to only the last 10 minutes as older messages are irrelevant.
Thanks!
Hi,
I'm looking for a way to filter the messages received by providing an offset or time frame that I want to receive.
As far as I can see the Event hub supports something like this in combination with AMQP.
(https://azure.github.io/amqpnetlite/articles/azure_eventhubs.html)
I could not find a hint on how to do it with this lib.
How can this be done in uAMQP?
My use case is that I want to limit the messages received to only the last 10 minutes as older messages are irrelevant.
Thanks!