Hi, I am using the Apache Qpid proton 0.37.0 C++ API to send messages from my application to Azure Eventhub. The application is able to send one message at a time, the rate of messages is slightly high, so one message at a time is not very efficient.
Azure Eventhub supports batches of messages, but I could not figure out a mechanism to send messages in batches using Qpid proton. Does it support sending batch messages? It would be a great help if someone can suggest a way to send batch messages. Thanks and regards, Arun