This topic describes some examples of the use of queue manager rules.
In the Java codebase, a user provides an implementation of a rule method by subclassing the MQeQueueManagerRule class.
In the C codebase, a user maps rules functions to relevant rules function pointers. These pointers are passed into the rules initialization function, which is also the entry point to the user's rules module.
For a description of all parameters passed to rules functions in the C codebase, see the MQe C Programming Reference.
Example put message rule
Put message rule - examples
Parent topic: Queue manager rules