We have client requirement to receive message over 256KB (Standard Tier) or 1 MB in(Premium Tier).
Currently Client is using Premium Tier and sending messages between 0.5 to 1 MB. We are consuming these messages through batch. But due size limitation we can't receive more than 2 messages at a time. Is there any way to receive 50 or 100 messages at a time (having message size between 0.5 to 1 MB each) ?
Note: We are using serviceBusClient.ReceiveBatch() api in c# for processing the messages.