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.
The JavaCompute node can be used 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 five 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 following the links below.
This sample class includes two utility methods that can be used to transform messages. These are not runnable samples like those listed above; instead they are provided for you to include in your own messaging applications.