Mule bus
Hi,
has anyone had real experience with Mule? http://www.mulesoft.org/display/COMMUNITY/Home
If so, I would like to have a general idea of the architecture in use and the type of problem it was meant to solve.
Thanks,
Hi,
has anyone had real experience with Mule? http://www.mulesoft.org/display/COMMUNITY/Home
If so, I would like to have a general idea of the architecture in use and the type of problem it was meant to solve.
Thanks,
Comments
I made an evaluation of Mule ESB for our project. It took a whole month as a full time job. So I have some familiarity with Mule ESB and other products of MuleSoft.
No ESB was necessary in that specific project at the end.
So what was your experience with it good or bad? what was the need?
My impression from Mule ESB itself was good. Easy to use, lots of transports, light weight. In the project there was a need to connect components via REST, and this is where Mule has not much to offer. Mule has a few HTTP connectors, including Jersey for REST, but the advantage of using Mule only for that is miserable.
What is your need for ESB? Do you have different transports, like JMS or web services? Do you need routing?
Yes, we do have several transports such as JMS and WS.
I would consider spring integration or apache camel before diving into an ESB. I think that's where Andrew is guiding to.