WebSphere Message Brokers
File: ac30380_
Writer: Catherine Tucker

Task topic

This build: July 31, 2007 21:20:12

Propagating a message to the JavaCompute node Out and Alternate terminals

The JavaCompute node has two output terminals, Out and Alternate. Therefore, you can use the node both as a filter node and as a message transformation node. After you have processed the message, propagate the message to an output terminal using a propagate() method. To propagate the message assembly to the Out terminal use the following method:
out.propagate(assembly);
To propagate the message assembly to the Alternate terminal, use the following method:
alt.propagate(assembly);
Related reference
JavaCompute node
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2007Copyright IBM Corporation 1999, 2007. All Rights Reserved.
This build: July 31, 2007 21:20:12

ac30380_ This topic's URL is: