StevenFowler
MIS
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 are doing something like this:
Where can I learn more about making my class "persistable"?
Thanks,
Steve
stevenf@penchart.com
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 are doing something like this:
Where can I learn more about making my class "persistable"?
Thanks,
Steve
stevenf@penchart.com