Filtering Messages (COM) (Windows CE 5.0)
Receiving applications can use any message property or combination of properties to filter out a set of messages from a queue. Filters can be constructed to remove the desired messages from the queue when they are found or leave them there.
The examples provided here show two general purpose message-property filters: one based on the application-specific information of a message and the other based on the message class.
These examples can easily be modified to search for a specific message label, create time, or message identifier.
For examples on | See |
---|---|
Application-specific information | Application-Specific Filter (COM) |
Message class | Message Class Filter (COM) |
See Also
MSMQ Application Development | MSMQ COM Support | Using the COM Components | MSMQ Security
Send Feedback on this topic to the authors