The JavaCompute node is a general purpose programming node, similar in concept to the Compute node, but with Java as its language rather than ESQL. The node uses the existing Java Plugin API to work with messages. Additional "helper" methods have been added to support common message querying and editing tasks.
You can use the JavaCompute node to perform the following tasks:
The Java code that is used by the node is stored in an Eclipse Java project.
This sample consists of three message flow samples, with corresponding JavaCompute nodes, which demonstrate different ways in which the node can be used.
You can learn about the individual samples in more detail by using the following links.
This sample class includes two utility methods that can be used to transform messages. These samples are not runnable samples like those listed previously; instead they are provided for you to include in your own messaging applications.