Versions Compared

Key

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

...

Code Block
ps -ef|grep servicemix
kill [PID]
  where [PID] is the process id of the servicemix process.

Configuring ServiceMix

After the installation, ServiceMix is running with a basic configuration - but no components.
For details on customizing the configuration of ServiceMix please see: Configurationconfiguring options - see Configuration.

We provide a number of examples of ServiceMix in use inside the binary download.

...