See information about the latest product version
User-defined extensions overview
A user-defined extension is an optional component that you design and create to extend the functionality of WebSphere® Message Broker.
You can create the following types of user-defined extension:
- Input nodes
- Message processing nodes
- Output nodes
- Parsers
- User exits
The user-defined nodes and parsers that you create can be used with the nodes and parsers supplied with the product, and with nodes and parsers that are supplied by other vendors. You can configure a user-defined node to use a user-defined parser.
You can write user-defined exits and parsers only in the C programming language. You can write user-defined nodes in the C or the Java™ programming languages, or you can use a subflow as a user-defined node. You must compile user-defined nodes and parsers that are written in C into a loadable implementation library (LIL), and user exits that are written in C into a loadable exit library (LEL): that is, a shared library on Linux and UNIX systems, or a dynamic link library (DLL) on Windows systems. You must package user-defined nodes that are written in Java as a JAR file. You must import any user-defined nodes that you create into the WebSphere Message Broker Toolkit before you can use them.
You can view information about samples only when you use the information center that is integrated with the WebSphere Message Broker Toolkit or the online information center. You can run samples only when you use the information center that is integrated with the WebSphere Message Broker Toolkit.
To achieve platform independence, use the ANSI standard C or Java programming languages, and avoid platform-specific code in your user-defined extension.
The related links help you to understand how your user-defined extensions interact with other components of WebSphere Message Broker, such as message flows and execution groups. A good understanding of the broker architecture helps you to plan and construct user-defined extensions more effectively.