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
Checking the Version of a subflow at run time
You can check the version of a subflow at run time by using the WebSphere® Message Broker console or the WebSphere Message Broker Explorer.
Before you begin
Set up the initial configuration. See Creating the initial configuration for the Error Handler sample.
About this task
Depending on how you have defined the version of a subflow
during the development phase, you have different options to check
the version of a subflow at run time:
- If you defined a keyword in the Label property of a Passthrough node, you can use the WebSphere Message Broker console or the WebSphere Message Broker Explorer.
- If you added a Passthrough node to the subflow with a keyword as the node name, you can use the WebSphere Message Broker console or the WebSphere Message Broker Explorer.
- If you set the Version property of the subflow, you can use WebSphere Message Broker Explorer to see the subflow version.
How you defined the version during development | WebSphere Message Broker console | WebSphere Message Broker Explorer | WebSphere Message Broker Toolkit |
---|---|---|---|
Using a keyword | x | x | It is not possible to check the version at run time. |
Setting the Version property of a subflow created as a .subflow file | It is not possible to check the version at run time. | x | It is not possible to check the version at run time. |
Setting the Version property of the subflow created as a .msgflow file | It is not possible to check the version at run time. | x | x |
Procedure
To check the version of a subflow at run time, choose one of the following options:
What to do next
Return to Updating a subflow.