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
Loading an existing message flow into memory
Use the Message Broker Java™ API to modify a pattern instance to load a message flow into memory and make it available to other Message Broker Java API methods.
You must load a message flow into memory to use it with Message Broker Java API methods within your Java code. To load a message flow
into memory, use the getMessageFlow() method of
the PatternInstanceManager object, which is automatically
passed to your Java code. The getMessageFlow() method
takes the message flow project containing the required message flow
file and the relative path to the message flow file from this project.
Result:
You can now refer to the instance of the MessageFlow object in your Java code.