This topic describes some examples of the use of queue manager rules.
In the Java™ code base, a user provides an implementation of a rule method by subclassing the MQeQueueManagerRule class.
In the C code base, 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 code base, see the MQe C Programming Reference.