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, in the ServiceMix JBI. myComponent forwards the request to the PXE BPEL engine and waits for a response. JmsClient places a book order and the ServiceMix binding component, myComponent, receives the order and sends it to the Webservice that takes orders. The client, JmsClient, and the binding component, myComponent, communicate via JMS. myComponent and the PXE service engine communicate over the Normalized Message Router (NMR). This example uses PXE integration to demonstrate the use of BPEL with ServiceMix.

...