Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to move a msmq message to a subqueue

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.

like image 317
Gabe Moothart Avatar asked Apr 07 '11 18:04

Gabe Moothart


1 Answers

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.

like image 135
Gabe Moothart Avatar answered Oct 03 '22 16:10

Gabe Moothart