How to move a msmq message to a subqueue

4.1k views Asked by At

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.

2

There are 2 answers

0
Gabe Moothart On BEST ANSWER

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.

1
Drew Marsh On

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