Deleting a user-defined extension

On all types of system, you can remove a user-defined extension file from the broker as follows:
  1. Stop the broker, using the mqsistop command.
  2. Delete the .lil or .jar file from the appropriate directory. This is one of the following:

    For C user-defined extensions:

    Platform Location

    Windows platform Windows

    install_dir\bin

    Linux platform Linux

    install_dir/lil

    UNIX platform UNIX

    install_dir/lil

    z/OS platform z/OS

    install_dir/lil

    For Java user-defined nodes:

    Platform Location

    Windows platform Windows

    install_dir\jplugin

    Linux platform Linux

    install_dir/jplugin

    UNIX platform UNIX

    install_dir/jplugin

    z/OS platform z/OS

    install_dir/lil
  3. Restart the broker using the mqsistart command.
Related concepts
User-defined extensions overview
Related tasks
Developing user-defined extensions
Creating the user interface representation of a user-defined node in the workbench
Testing a user-defined node
Packaging a user-defined node workbench project
Related reference
User-defined extensions