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.
A version of this page is also available for
4/8/2010

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