Most messaging brokers I've used implement subscriptions as plain queues. So when something goes to deadletter, you can simply pull it off of the deadletter, and put it back on the subscription queue that it came from. How is this done in service
bus? I don't want to put the message back on the topic...the other subscribers did not fail; I only want to reprocess the subscriber that failed.
↧