Versions Compared

Key

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

...

  • an example of declarative programming
  • how to perform BPEL integration with ServiceMix
  • how to use JmsTemplate for publishing and subscribing to ActiveMQ topics

...

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. In other words, JMSClient places a book order and myComponent receives the order and then sends it to the Webservice that takes orders. The client, JMSClient, and the binding component, myComponent, communicate via JMS; this communication is external to the ServiceMix JBI. myComponent and the PXE BPEL service engine communicate internally over the Normalized Message Router (NMR).

...