Versions Compared

Key

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

...

First, run servicemix with a JNDI context configured so that PXE can be deployed.

To trigger the business process you can send it messages. This happens by default if you type

Code Block

ant

which will compile and run a simple JMS client which performs a JMS based request-response into the ServiceMix container before returning the results to the console

We support WS-BPEL via the PXE BPEL Engine from FiveSight.

...

You should now have PXE deployed with a JBI service engine together with a deployment unit for a specific BPEL process.

Send the business process messages to trigger it. Compile and run a simple JMS client, using Ant:

Code Block

ant

This will compile and run a simple JMS client which performs a JMS based request-response into the ServiceMix container before returning the results to the console.


Stopping the BPEL Example

To terminate the BPEL example type "CTRL-C" in the command shell in which it is running and answer "y" to the "Terminate batch job (y/n)?" question.

...