Designing user-defined extensions

When you are writing user-defined extensions, there are a number of general planning and design issues that you should bear in mind. These issues are covered in the topics in this section.

The topics in this section deal mainly with design issues you need to consider when developing user-defined extensions for WebSphere Message Broker in the C programming language. If you are developing user-defined extensions using the Java programming language, you should consider these as you would normally when developing Java applications.

Related concepts
Errors and exception handling
Storage management
String handling
Threading
Related tasks
Developing user-defined extensions
Related reference
C language user-defined node API
C language user-defined parser API
C common implementation functions
C common utility functions
Related information
Java user-defined node API