The BrokeredMessage
class has a method, called DeadLetter()
which sends them to the Dead-letter message queue. One way to retrieve them at a later time is via their Receipt, but I was wondering if there are other ways to list all the messages inside the Dead Letter Queue?
Asked
Active
Viewed 479 times
3

Ruben Bartelink
- 59,778
- 26
- 187
- 249

Anže Vodovnik
- 2,325
- 16
- 25
1 Answers
2
Example on the codeplex service bus site
http://servicebus.codeplex.com/SourceControl/changeset/view/6260#145774

david valentine
- 4,625
- 2
- 21
- 15