Suppose u have a topic with multiple subscriptions and u want to resubmit/reprocess a message in the dead-letter queue of one subscription.
How would u do that so that only that subscription picks up the message again? Without having all other subscriptions picking up the message for the second time.
As far as my knowledge goes u have to re-submit the message to the topic again. That is eg what a tool like "ServiceBusExplorer" does.