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
Creating the user-defined node plug-in files
Create the files that contain the message processing logic, for user-defined nodes created in Java™ and C only.
Before you start:
Complete the task following task: Creating a user-defined node project.- Launch the wizard by clicking The .New User-defined Node window opens.
- Select the parent folder for the node from the list of names that are displayed. This folder is the project that you created to contain this node.
- Specify a schema for this node. You must not use the default schema or any other common schema, such as mqsi.
- Specify a name for the node. The name must be the name of the node, excluding the Node at the end. For example, if you have created a node called BasicNode, the node name must be Basic.
- Click Finish. A .msgnode file for the new node is created and is added to the project in the Broker Development view. The .msgnode file is opened in the Message Node editor.
Next:
When you have completed this task, define the node properties, see Defining the node properties.