We are implementing ServiceInsight as our Azure ServiceBus monitoring system.
I know that it's possible to resend messages from the error queue, but is it possible to resend messages that are on the dead letter queue?
Asked
Active
Viewed 689 times
3

Linda McCarthy
- 41
- 2
1 Answers
1
ServiceInsight is a tool for NServiceBus, if you work with Azure ServiceBus you need to look into ServiceBus Explorer instead.
Am I missing anything?

Hadi Eskandari
- 25,575
- 8
- 51
- 65
-
ServiceInsight, I believe, also works with Azure ServiceBus and you can retry failed messages from the error queue. ServiceBusExplorer allows you to retry a single message from the dead letter queue but it doesn't appear to allow you to retry in bulk, which is what we're looking for. – Linda McCarthy Jan 14 '15 at 12:54