Versions Compared

Key

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

...

Send the business process messages to trigger it. Compile and run a simple JMS client. The client is built and run from source using Ant, Just execute . Execute 'ant from BPEL' from the current directory s directory, servicemix_install_dir\examples\bpel to run the JMS client.:

Code Block
ant

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

...