Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Sending messages is an asynchronous operation that requires opening the destination queue and sending the message.
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 IDispatchand IPersist( IPersistStreamor IPersistStorage).
For examples on | See |
---|---|
Sending a string |
|
Sending a date |
|
Sending a currency |
|
Sending a number |
|
Sending an array of bytes |
|
Sending a persistent object in a message |
|
Sending a data recordset in a message |
|
Sending messages that return Message Queuing acknowledgment messages |
|
Sending messages that request an application-defined response message |
|
Sending an application-defined response message |
|
Sending a single message within an implicit internal transaction |
|
Sending a file as a message |