Creating the user-defined node plug-in files

Start of change

Before you start:

Complete the task Creating a user-defined node project.End of change
  1. Switch to the Broker Application Development perspective.
  2. Launch the wizard: click File > New > Other.... The New window opens.
  3. Expand Message Flow Node Development and select Message Flow Plug-in Node. Click Next. The New Message Flow Plug-in Node window opens.
  4. Select the parent folder for the node from the list of names that are displayed. This folder is the project that you have created to contain this node.
  5. Specify a file name for the node. The file 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 file name must be Basic.
  6. 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.
Start of change

Next:

When you have completed this task, define the node properties.End of change
Related concepts
User-defined input nodes
User-defined message processing nodes
User-defined output nodes
Related tasks
Creating a user-defined node project
Defining the node properties
Related reference
User-defined extensions