Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor spelling and grammar correction

...

ServiceMix can be easily embedded in any king kind 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 also configure ServiceMix programmatically, which has proven to be useful in some scenarios (and for unit testing).

...

Starting from ServiceMix 3.2, an easier configuration of components and endpoints can be used.
Usually, all the configuration parameters are specified on the endpoints and nothing on the components. Thus the components and endoints endpoints have been separated, and components are now optional.

The following configuration defines a JSR181 and an HTTP endpoints endpoint and will automatically create the needed components to host them:

...