WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Deploying a user exit
Deploy your user exit to the broker.
Before you start:
- Write and compile the user exit code. See Developing a user exit.
- Ensure that the exit:
- Is in a library that has the extension .lel
- Exports the functions bipInitializeUserExits and bipTerminateUserExits
You can set the state of the user exit dynamically to active, or inactive, on a per-message flow basis without restarting the broker.
To deploy the user exit: