5

Using the System.Messaging classes, how do I move a msmq message (in this case a poison message) to a subqueue?

Seems like this should be simple, but I haven't been able to figure it out.

Gabe Moothart
  • 31,211
  • 14
  • 77
  • 99

2 Answers2

6

This does not appear to be possible. Ayende resorts to the unmanaged API in Rhino Service Bus, and if he can't do it then I certainly can't.

Gabe Moothart
  • 31,211
  • 14
  • 77
  • 99
3

For the record, I just learned today via a colleague that Microsoft finally added support for addressing subqueues in 4.0.

Drew Marsh
  • 33,111
  • 3
  • 82
  • 100