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 binding component (, myComponent) , in the ServiceMix JBI. myComponent forwards the request to the PXE BPEL engine and waits for a response. The client, JmsClient, is placing 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. The binding component 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.

...