Versions Compared

Key

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

...

The example components set off a timer to send messages to a source destination. Then those messages are consumed by another component and sent to a different output destination - along with a trace component displaying the output messages as they arrive. This demonstrates a simple JMS bridge in action along with timers and tracing. There are many more components available to use in ServiceMix.

Deploying new JBI deployment units

JBI defines a collection of different JBI deployment units (components, service units etc). ServiceMix supports these and allows hot deployment of these at runtime. You can use the Ant Tasks for these along with the Management features.

Another option is to drop the jars or zips into the $SERVICEMIX_HOME/install directory and they will be auto-deployed. See the BPEL support for an example JBI deployment unit help page.