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

    install_dir\bin

    Linux

    install_dir/lil

    UNIX

    install_dir/lil

    z/OS

    install_dir/lil

    For Java user-defined nodes:

    Platform Location

    Windows

    install_dir\jplugin

    Linux

    install_dir/jplugin

    UNIX

    install_dir/jplugin

    z/OS

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