Creating the plug-in files

  1. Switch to the Broker Application Development perspective.
  2. Launch the Plug-in node wizard, or right-click your newly created project and click New > Other > Message Flow Node Development > Message Flow Plug-in Node.
  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 new user-defined node project
Defining the properties

Related reference
User-defined extensions