Deploying a user exit
Deploy your user exit to the integration node.
Before you begin
- 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
About this task
You can set the state of the user exit dynamically to active, or inactive, on a per-message flow basis without restarting the integration node.
You can set the state of the user exit dynamically to active, or inactive, for an independent integration server or an integration server that is managed by an integration node. You do not have to restart the integration node.
You can set the state of the user exit dynamically to active, or inactive, for an integration node. You must start the integration node.
To deploy the user exit: