To ESB or not to ESB
July 6th, 2009
Many of us have had to ponder this question. Technology selection is notoriously difficult in the enterprise space since the criteria and complexity of the problem is often not fully understood until later in the development process.
There is an interesting post from ThoughtWorker Erik Dörnenburg with the unfortunate title “Making the ESB pain Visible”. Erik provides a real-world example of when not to use an ESB citing that -
Based on conversations with the project sponsors I began to suspect that at least the introduction of the ESB was a case of RDD, ie. Resume-Driven Development, development in which key choices are made with only one question in mind: how good does it look on my CV? Talking to the developers I learned that the ESB had introduced “nothing but pain.” But how could something as simple as the architecture in the above diagram cause such pain to the developers? Was this really another case of architect’s dream, developer’s nightmare?
Later, Erik quite rightly points out that an ESB should not have been used in this scenario. This is a fairly common problem for ESBs and other enterprise technology like BPM/BPEL where the technology is not chosen for the right reasons and then the technology gets blamed when the project struggles. Given that much of the enterprise software disillusionment today stems from the incorrect usage of the technology I thought I’d offer some rough guidelines for selecting an ESB.
ESB selection checklist
Mule and other ESBs offer real value in scenarios where there are at least a few integration points or at least 3 applications to integrate. They are also well suited to scenarios where loose coupling, scalability and robustness are required.
Here is a quick ESB selection checklist –
- Are you integrating 3 or more applications/services? If you only need to communicate between 2 applications, using point-to-point integration is going to be easier.
- Will you really need to plug in more applications in the future? Try and avoid YNNI in your architecture. It’s better to keep things simple re-architect later if needed.
- Do you need to use more than one type of communication protocol? If you are just using HTTP/Web Services or just JMS, you’re not going to get any of the benefits if cross protocol messaging and transformation that Mule provides.
- Do you need message routing capabilities such as forking and aggregating message flows, or content-based routing? Many applications do not need these capabilities.
- Do you need to publish services for consumption by other applications? This is a good fit for Mule as it provides a robust and scalable service container, but in Erik’s use case all they needed was an HTTP client from their front-end Struts application.
- Do you have more than 10 applications to integrate? Avoid big-bang projects and consider breaking the project down in to smaller parts. Pilot your architecture on just 3 or 4 systems first and iron out any wrinkles before impacting other systems.
- Do you really need the scalability of an ESB? It’s very easy to over-architect scalability requirements of an application. Mule scales down as well as up making it a popular choice for ‘building in’ scalability. However, there is a price to be paid for this since you are adding a new technology to the architecture.
- Do you understand exactly what you want to achieve with your architecture? Vendors often draw an ESB as a box in the middle with lots of applications hanging off it. In reality, it does not work like that. There is a lot details that need to be understood first around the integration points, protocols, data formats, IT infrastructure, security etc. Starting small helps to keep the scope of the problem manageable and keep the fuckupery to a minimum. Until you understand your architecture and scope it properly you can’t really make a decision as to whether an ESB is right for you.
- Generally, always validate a product solution for your needs. Don’t choose an ESB or any other technology because –
- It will look good on my resume
- I don’t need the features today but there is a remote chance that I _might_ in future
- I had a great golfing weekend with the head of sales
This checklist is not exhaustive, but will help clarify when not to use an ESB. Once you have decided that an ESB is a good fit for your project you’ll want to add additional selection criteria such as connectivity options, robustness, error management, service repository, performance, data support, etc. The important thing to remember is that there is no silver bullet for good architecture and you need to know your architecture before making a technology decision.
With this checklist in mind it’s easy to see that Erik’s example never needed an ESB in the first place.
However, if the architecture looked something more like this, then an ESB would have probably been a good fit.
Choosing Mule
Obviously, as the creator of Mule I have some bias for wanting everyone to use Mule. However, it is critical to the continued success of the Mule project and to MuleSource that users understand when not to use an ESB. Open source makes a lot of sense for enterprise software because projects need time to try out the technology and refine their proposed architecture. Having access to the product and source code helps a huge amount in this discovery process and allows the customer to make an informed decision.
In fact the MuleSource business model hinges on the ability of the user to self-select Mule and approach us only when they need development or production support. This has been working very well for everyone involved. Customers get to do a proof of concept (PoC) with our product knowing that if they end up using it for a mission critical application that they can get professional 24×7 support. For MuleSource it means that our customers buy from us rather than us selling to them, so they always get what they want – this is a far cry from the old proprietary upfront license model that used to hold the enterprise market hostage.



July 6th, 2009 at 3:09 am
Good post.
July 6th, 2009 at 8:05 am
For a project I did previously, I was an am very happy in choosing Mule to do the “heavy lifting” for me. In some ways, it was practically a stereotypical usage I think. Instead of loan brokering, it did health insurance quote aggregation. Being able to *easily* fire off multiple requests and then transform and aggregate them together was immensely useful.
Additionally, when other providers came on, none of the core code had to be changed as it wasn’t even aware of individual providers. Just had to implement the code and add to the outgoing services.
July 7th, 2009 at 8:40 pm
Great checklist, and I couldn’t agree more; when used for the right reasons an ESB like Mule can drastically simplify a project. Unfortunately, though, we still see a lot of architectures that wouldn’t make it past even the first point on your checklist. And it was those that I had in mind when I wrote my article.
I have an interest in using visualisation techniques to help people better understand code and architecture. What I wrote about in that article was a technique that I have used successfully to highlight the pain that was caused by the misguided use of an ESB. I certainly did not want to imply that all uses of an ESB are misguided or that the ESB itself was the problem.
July 8th, 2009 at 4:17 am
A pretty comprehensive and useful list to start with. From the post also learnt a Welsh word
July 8th, 2009 at 12:57 pm
Hey there Ross,
Thanks for this thoughtfull article. I am doing some architecture for a current system that needs to scale and there is a lot of talk about BPEL, ESB etc. It is awesome to have something like this checklist as back-up when you have to prove that adding, for example, and ESB to the mix is not going to add anything to the performance and/or scalability of the application.
July 9th, 2009 at 5:37 am
This posting NAILS it!
July 9th, 2009 at 4:41 pm
[...] ran across this blog entry by Ross Mason, the CTO at MuleSource. Having lived in the systems integrator world for a lot of [...]
July 11th, 2009 at 1:23 am
Spring integration opens new arena in enterprise integration.Why worry about ESB??
July 12th, 2009 at 12:48 pm
Ross
Wonderful article.
When I sent this article to my engineering here is what that have to say…
* We have 100+ web services so without ESB we need to manage all the communication.
* ESB would help us to Integration Services efficiently. ESB would take care of Service Transaction, Security Context, Routing, Transformation. What EJB-Container does for EJB-Object, ESB container would do same for Services.
* ESB is mandatory for Integrating In-house applications as well as global application. So its suitable for Local Companies as we as Globally spread companies.
While I am trying to get better understanding of SOA myself..
I have some questions:
* In our project we are talking 100+ services. Without ESB how do they communicate (isn’t it too much ) ( First of all I am trying to understand what makes us create 100 of services)
* Without ESB how will we get Service Transaction, Security Context, Routing, Transformation.
Can you please share some thoughts.
Thanks
Zing
July 14th, 2009 at 8:19 am
What’s “YNNI”? Poimt 2: “Try and avoid YNNI in your architecture.”
July 14th, 2009 at 8:20 pm
YNNI = You’re not (gonna) need it
or something close to that, anyway.
July 29th, 2009 at 6:22 pm
Superb stuff! Great post…
August 9th, 2009 at 11:58 pm
Thanks for the article and pointing out a set of criteria for choosing a ESB. As you mentioned, generally people tend to use these just for the sake of trying them in a real project and things get worse later; people should choose the technologies/tools if and only if the project needs them.
August 25th, 2009 at 10:14 am
[...] Mulesource’s Ross Mason has written a very nice blog post regarding wether you should use and ESB or not. Although he won’t go as far as I did in this post questioning the real need for the tools, his questions can set you on the right track. [...]
February 28th, 2010 at 3:07 am
Great points to decide whether we need an ESB. quite helpful. Thanks
February 28th, 2010 at 6:26 am
[...] [via Wikipedia and this link [...]
May 7th, 2010 at 1:19 am
Good post Ross.
I am eager to know what we need if we only get “yes” of some of your questions…. In my cases, some of checklists are yes, like multiple applications/services, plugable in the future, or publish integrated service to other applications. But some are not, like multiple protocol, forking and aggregation, or complex routing. What’s your suggestion on this??
June 8th, 2010 at 4:02 pm
Excellent article – concise and informative without a lot of extraneous proselytizing. I think it may be a bit idealistic to think that resume-driven decisions will not occur or are necessarily always bad. For one thing, introducing avant-garde technologies usually attracts good developers and keeps things fresh for your existing developers. I think it might be more reasonable to say that “good for resume” is a desirable, not a required, goal.