Skip to content

Instantly share code, notes, and snippets.

@savishy
Last active November 26, 2016 06:17
Show Gist options
  • Select an option

  • Save savishy/1d0ef1e97afcb4544a74aeb8a09a7054 to your computer and use it in GitHub Desktop.

Select an option

Save savishy/1d0ef1e97afcb4544a74aeb8a09a7054 to your computer and use it in GitHub Desktop.
About ESB

What is it?

UltraESB Architecture

  • Enterprise Service Bus (ESB)
  • Conceptually similar to the "bus" concept in computer architecture. But applied to Service Oriented Architecture. (SOA)
  • Control routing of requests from a client to a service that can answer the request.
  • Event Handling

Why ESB?

  • Platform Agnostic
  • Ability to Integrate with anything

References

  1. Wikipedia
  2. SO
  3. Official Doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment