Versions Compared

Key

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

An enterprise service bus (ESB) is a software architecture construct that enables communication among various applications. Instead of having to make each of your applications communicate directly with each other in all their various formats, each application simply communicates with the ESB, which handles transforming and routing the messages to their appropriate destinations.

Image Added

This quick start guide gives you a complete introduction to the fundamentals and most common usage scenarios of the WSO2 ESB. It walks you through installation of the ESB and supporting products. You will then create a sample application that sends a simple message through the ESB , routes to a back-end service that performs logic on that message. Next, you will configure the ESB to route requests based on the content of the message, and transforms then transform the message itself. Lastly, you will learn how to monitor the ESB.

The quick start guide is set up as a tutorial with contains the following lessonssections: