You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Embedding

ServiceMix can be easily embedded in any king of application (web or not). The most common way to do that is to use a single file to configure the ServiceMix container, its components and endpoints. Of course you can configure ServiceMix programmatically, which has proven to be useful in some scenarios (and for unit testing).

The 3.1.1 version requires the following libraries at a bare minimum (you will have to add any libraries required by the components you use of course):

  • servicemix-core
  • servicemix-jbi
  • servicemix-services
  • backport-util-concurrent
  • spring
  • xbean-spring

The distribution contains several examples of such configurations files (refer to the Basic example).

  • No labels