Removing the User-defined Extension sample nodes from the node palette and the broker

Before you perform this task you must have removed the sample from the broker and the workspace, see User-defined Extension sample.

To remove the SearchFilter node and NumCompute node from the message flow node palette, complete the following steps:

  1. Close the WebSphere Message Broker Toolkit.
  2. Delete the UDESamplePlugInNodeProject folder:
  3. Delete the UDESamplePlugInNodeProject_1.0.0.jar JAR file from the same directory that is in the previous step.
  4. Restart the WebSphere Message Broker Toolkit with the -clean option. You can perform this action from the command line, or by modifying the menu shortcut. The -clean option must be used whenever any changes are made to user-defined extensions so that the changes are picked up by the message flow node palette.

The nodes are removed from the message flow node palette.

To remove the SearchFilter node and NumCompute node from the broker, complete the following steps:

  1. In the command console, at the command prompt type the following command:
    mqsistop MB8BROKER
  2. On the filesystem, navigate to the directory where the following two files were installed:
  3. Delete both of the files.
  4. In the command console, at the command prompt type the following command:
    mqsistart MB8BROKER

The nodes have been removed from the broker.

Back to sample home