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
Developing a message flow with a CORBARequest node
To connect to an external CORBA application, create a message flow that contains a CORBARequest node.
Before you start:
Ensure that you have created a Message Broker project and message set project, and that you have imported an IDL file, as described in Connecting to an external CORBA application.
You can create and configure a message
flow manually, or you can create a message flow by dragging an imported
IDL file onto the canvas.
Creating a message flow from an imported IDL file
You can also drag an IDL file onto an existing CORBARequest node. The existing IDL file, Interface name, and Operation name properties are replaced
with values from the new IDL file, and the Naming service and Object reference name properties
are cleared. If the IDL file contains more than one interface or operation,
the Interface name property
is set to the first interface in the IDL file, and the Operation name property is set to
the first operation in that interface.
Creating a message flow manually
Next: After you have deployed
the message flow, learn how calls are processed by the CORBARequest node; see Processing responses from a CORBARequest node.