To run this sample, use the Business Process Choreographer Explorer.
To start BPC Explorer in the integrated test environment of your WebSphere® Integration Developer, follow these steps:
To start BPC Explorer on WebSphere Process Server, follow these steps:
http://yourhost:yourport/bpc
.Note: Replace yourhost
with your server's internet address and replace yourport
with the port of your server's HTTP transport,
for example
If security is enabled, the BPC Explorer opens with a login screen:
The BPC Explorer opens:
To start the JMS invoker process, follow these steps:
The Process Input Message view opens:
171.5
.5.5
.Since the JMS invoker process is defined as long running flow, the process output message is not displayed immediately. To view the output message, follow these steps:
The Process Output Message is displayed:
Inspect the SystemOut.log of your WebSphere Process Server or the Console within WebSphere Integration Developer. The two processes prints statements similar to the following:
[12/11/08 17:13:36:125 CET] 0000016c SystemOut O >>> *PARENT* Input: 175.5 miles out of 5.5 gallons
[12/11/08 17:13:36:125 CET] 0000016c SystemOut O >>> *PARENT* ... simplified to 31.181818 mpg
[12/11/08 17:13:36:125 CET] 0000016c SystemOut O >>> *PARENT* ... now calling CHILD.
[12/11/08 17:13:36:812 CET] 000001c7 HTM I CWTKE0044I: Originator becomes administrator of task MPGConverterProcess.
[12/11/08 17:13:37:031 CET] 0000016c SystemOut O >>>>>> *CHILD* Input: 31.181818 milesPerGallon
[12/11/08 17:13:37:031 CET] 0000016c SystemOut O >>>>>> *CHILD* Output: 7.54334 litresPer100KM
[12/11/08 17:13:38:250 CET] 000001c7 SystemOut O >>> *PARENT* Output: 7.54334 liters per 100 kilometers
[12/11/08 17:13:38:250 CET] 000001c7 SystemOut O >>> *PARENT* ------------------------------------------