Versions Compared

Key

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

To begin working with ServiceMix get a binary download. The quickest way to get started is to try Running ServiceMix as a stand alone service with the included demo components to see it in action. Then maybe view the statistics and operation of ServiceMix in a JMX Console.

Another simple The simplest way to get started with ServiceMix is to start with try out the Spring Support. Then you can use ServiceMix inside your application right way, using Spring to wire the components together.

...

In terms of developing components you might want to check out our Component helper classes to take away some of the plumbing required to write JBI components - plus do take a look at the POJO Support for how to drop simple POJOs into ServiceMix.

Alternatively you might want to try using our Groovy support to script ServiceMix really easily - or use JSR 223 to use any other scripting engine to script JBI messages and services.