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.
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.
On
For the record, I just learned today via a colleague that Microsoft finally added support for addressing subqueues in 4.0.
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.