Hi.
I'm facing a strange problem.I've created a worker role that receive a specific message and that can send up to 15.000 message on the topic.
I created a small VM to run it there to have direct debug (on interface) but after some process (sent 15 000 msg, +- 16 MB), i receive some MessagingCommunicationException.
I’ve added a small “retry policy” to be sure I don’t flood service bus, so I wait 1 then 2 then 5 then 10 then 30 sec. But still not ok.
I thought it was because I run it on a virtual machine on azure, but no, if I stop it on azure and continue the task by starting it on my pc I’ve got the same problem…
The ONLY final solution is to delete the topic …
Any idea ?