azure-service-bus
azure-service-bus copied to clipboard
Bug with Re-Send Selected Message in Azure Portal
Hi folks,
I believe there might be a bug when trying to re-send messages from an azure service bus dead-letter queue.
Scenario: We tried to resend 20 dead letter queue messages and they came straight back into the dead letter queue (increased the dead letter queue by 20) but instead of their regular body size of around 800-900b, they are only 4b and seem to be an empty message.
If we manually click on a message and then click on 'Load complete message body' and then try to send, this works. It appears the bug is that without loading the complete message body you aren't able to re-send a message and instead it creates another empty message.
Please see attached image:
In the above, you will see message id starting FE9 has message text (because I have clicked load complete message body), but message id 73D does not. When I click re-send selected messages only the one with the loaded message text processes successfully, the other one creates an empty 4b new dead letter queue message.
Thanks