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
C language user-defined node API
Learn about the different types of call provided by the API.
The C language user-defined node API consists of:
- A set of implementation functions that provide the functionality of the user-defined node. These functions are called by the broker. The implementation functions are mandatory, and if they are not supplied by the developer, an exception is thrown at run time.
- A set of utility functions that create resources in the broker, or request a service of the broker. These utility functions are called by a user-defined node.
These functions are defined in the BipCni.h header file.
This section covers the following topics: