Versions Compared

Key

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

...

TALK ABOUT DIFFERENT KINDS OF DEPLOYMENTS, explain this is the lw-container use and can also
apply to static service.xml deployment.

Explain diff between std jbi component and lw component and the static use of ServiceMix.

Two main use cases for ServiceMix:
1. As a ull JBI container - using SMX as a full JBI container in which you can deploy Service Assemblies and standard JBI components. And you may also deploy lightweight components in this mode - they must be deployed to the servicemix-lwcontainer.

2. Embedded - static servicemix.xml file configuration used for testing or encapsulating ServiceMix into a web application as the entire use of ServiceMix. In other words, you will not be able to deploy other stuff onto this type of ServiceMix configuration at runtime. You would have to shutdown, reconfigure and then restart.

This tutorial focuses on deploying lightweight components to the servicemix-lwcontainer.

...