Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

MQ Message Filters

MQ Message Filters

Message Filters provide an SQL-like syntax to only retrieve MQ messages meeting specific filter criteria in its message header or properties. The remaining messages are left on the MQ server and can be accessed by other applications or additional MQ Retrieve Message Tasks that process a different sub-set of messages.
Multiple message filter strings can be grouped in parenthesis and concatenated with NOT, AND, OR. The message filters are constructed using the following structure:
[Selector Property or Identifier] [Operator] [Literal]
Example: The message filter JMSPriority >=8 AND system = 'production' would only retrieve messages who's priority was greater than or equal to 8 and had a property named system with a value of production.

0 COMMENTS

We’d like to hear from you!