Running the NumCompute sample

Before you can run this sample, you must complete the tasks described in Setting up the user-defined extension sample.

Input message:

To view the XML input message see NumCompute input message.

Run the sample

  1. In the Message Brokers Toolkit, switch to the Broker Application Development perspective.
  2. In the Broker Development view, expand UDESampleMessageFlowProject.
  3. Double click on UDESampleNumComputeMessage.mbtest to open the file in the Test Client.
  4. Click Send Message. The input message is sent to the UDESAMPLE.NUMCOMPUTE.IN queue. The message flow transforms the message by using the NumComputeNode and routes it to the UDESAMPLE.NUMCOMPUTE.OUT queue.
  5. In the Test Client click Dequeue.
  6. Click Get Message to read a message from the UDESAMPLE.NUMCOMPUTE.OUT queue.
  7. Compare the contents with the expected output message.

Output message

If the sample runs successfully, an XML output message appears on the UDESAMPLE.NUMCOMPUTE.OUT queue. To view the XML output message see NumCompute output message.

Back to Running the user-defined extension sample

Back to sample home