Using C# and the Rest API for consuming my azure service bus queue, I'm launching batches of async Tasks...
But I notice that several times the Peek-Lock returns NoContent (No message) when there are still several messages stored in the queue!!!
Why? Is this just a service bus configuration issue?
Returning NoContent when several messages are available isn't what I expect and that is going to reduces consumption performance a lot... Any tips?
I also notice that I don't get a FIFO behaviour.
Thanks in advance.