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
Calling .NET assemblies from ESQL
Use the CREATE FUNCTION or CREATE PROCEDURE statements in a node that supports ESQL.
You can call .NET code from any of the nodes that support
ESQL; see ESQL overview.
Tip: To associate .NET code with
an ESQL node, drag an existing .NET assembly onto the canvas, or a
node that supports ESQL, and then follow the prompts.
- In Microsoft Visual Studio, create and build your project.
- In the WebSphere Message Broker Toolkit, drag one of the nodes that support ESQL onto the message flow.
- Double-click the node to open the ESQL editor.
- Define a CREATE FUNCTION or CREATE PROCEDURE statement, specifying the language as either .NET or CLR. See CREATE FUNCTION statement and CREATE PROCEDURE statement for details, including examples.