About the PHPCompute Node sample

This sample demonstrates the use of a PHPCompute node to process simple invoices by reading input messages and producing new output messages. This sample is functionally equivalent to the JavaComputeTransform sample.

The PHPCompute Node sample creates the following WebSphere MQ queues:

PHPCOMPUTE.TRANSFORM.IN
PHPCOMPUTE.TRANSFORM.OUT

The sample imports the PHPComputeTransform message flow:

PHPComputeTransformFlow

Back to sample home