Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This example has a client application, JMSClient, which sends a SOAP message to a ServiceMix binding component called myComponent. myComponent forwards the request to the PXE BPEL engine and waits for a response. JMSClient places a book order and myComponent receives the order and sends it to the Webservice that takes orders. The client, JmsClient JMSClient, and the binding component, myComponent, communicate via JMS; this communication is external to the ServiceMix JBI. myComponent and the PXE service engine communicate internally over the Normalized Message Router (NMR). This example uses PXE integration to demonstrate the use of BPEL with ServiceMix.

Prerequisites to Run the BPEL Example

...