Hi, We are using Apache Qpid Proton C++ library version 0.37 in our containerized application which subscribes for events from Azure event hub. At present, we are not able to run more than 5 instances of the application because Azure event hub does not allow more than 5 receivers in one partition.
In order to solve this issue, we plan to configure multiple consumer groups in Azure event hub, so that different application instances can consume events from different consumer groups. Does Apache Qpid Proton C++ version 0.37 support consuming events from Azure event hub consumer groups? It would be really helpful if someone can share some relevant documentation or example code to help us modify our application to consume events from Azure event hub consumer groups. Thanks and regards, Arun