How to move msmq message to subclass

Using classes System.Messaging, how do I move an msmq message (in this case a poisonous message) to a subclass?

It seems like it should be simple, but I could not figure it out.

+5
source share
2 answers

This is not possible. Ayende resorts to an unmanaged API in the Rhino Service Bus, and if he cannot do this, I certainly cannot.

+6
source

For the record, I just found out today through a colleague that Microsoft has finally added support for addressing in subclasses in 4.0 .

+3
source

All Articles