Creating the user-defined node plug-in files

  1. Switch to the Broker Application Development perspective.
  2. Launch the Plug-in node project wizard: Click File > New > Project... then Message Flow Node Development > Message Flow Plug-in Node Project.
  3. Specify a filename for the node. The node 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 filename should be Basic.
  4. Click Finish A .msgnode file for this new node is opened in the message node editor.
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 properties
Related reference
User-defined extensions