I would like to pass objects via MSMQ.
The body of an Message Queuing message can be any intrinsic Variant, including string, date, currency, any number type, an array of bytes, as well as any persistent COM object that supports IDispatch and IPersist (IPersistStream or IPersistStorage).
We...