Versions Compared

Key

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

This quick start guide 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 tutorial 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 performs message mediation by logging information about messages that have a specific header, routing sends a simple message with a stock symbol through the ESB to a back-end service, which then provides a quote for that stock symbol and sends it back through the ESB to the calling application. Next, you will configure the ESB to route requests based on the content of the message, and transforming then transform the message itself. Lastly, you will learn how to monitor and manage the ESB.

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