Versions Compared

Key

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

...

The Examples provide coding level details for implementing particular aspects of ServiceMix. This document extends the coding examples into their business use.

...

#Business Use Case for the _Basic_ Example

ServiceMix is an Enterprise Service Bus (ESB) that is based on the Java Business Integration (JBI) standard JSR 208. The JBI-based design specifies a standards-based pluggable architecture with a JVM-based runtime component called the Normalized Message Router (NMR). The Basic example demonstrates how applications communicate via the ServiceMix ESB, and the role that the NMR plays in that communication. Similar techniques could be used to plug any external 1 application or service into ServiceMix (e.g. SAP, Peoplesoft, spreadsheets, POJOs, Webservices and EJBs) and allow it to communicate with other external applications or components using ServiceMix.

...