I am using Azure ServiceBus to process items sent by multiple clients.
I am testing the part which receives these messages and have run 2 listeners side by side. However if I submit 2 items to the queue. Only 1 listener ever works and the second doesn't pick up the other item.
I have however tried running 2 listeners on different machines and they both process the 2 items pushed to the queue.
Is the issue with running multiple listeners on the same machine and if so, what am i doing wrong and how do i fix?
Thanks for your time.
Dan