hot-topics mule and the cloud what's new in mule 3 apache tomcat tips and tricks developer tools

Clustering done right

Ray on Wednesday, October 5, 2011

In Mule 3.2 a group of stand-alone Mule instances can be configured to act as a cluster. One or more applications runs in each instance – or node – and the cluster processes requests as if a single unit. A node goes down, the application is still running; the more nodes, the more throughput. And [...]

Announcing Mule 3.2

Ray on Tuesday, September 13, 2011

It’s Saturday night. You realize you don’t have your cell phone and won’t be able to check on your fulfillment system. Chuckling, you remember without nostalgia the electric panic that used to set in over such a conundrum. Now you don’t give it a moment’s thought. After the weekend you arrive to work and try [...]

Choosing the right integration/ESB platform

Ross Mason on Tuesday, August 2, 2011

This is my final post in a series of ESB or not to ESB articles where I have attempted to shed some light on what an ESB really is and show some alternative architectures for performing integration.  I’ve given an overview of four main architectures that I see most often and provided some context about [...]

ESB or not to ESB revisited – Part 2

Ross Mason on Tuesday, June 28, 2011

In my last post I put some definition around what an ESB really is, today I’m going to describe two integration architectures, ESB and Hub and Spoke, providing the benefits and considerations for each.

ESB or not to ESB Revisited – Part 1

Ross Mason on Wednesday, June 8, 2011

I wrote a blog post a while back about when to use an ESB and when not to.  It got a fair bit of pick up and I’ve had a lot of people reach out to me about it with specific use cases.  It got me thinking its time to revisit the topic and provide [...]

ESB and Identity Management, a perfect match

Community on Friday, May 6, 2011

Identity Management solution already exist so why look to an ESB for the integration services.   Like any solution you want an identity and access management platform that meets certain criteria such as sustainability, ongoing innovation, Integration capabilities and completeness of platform. Why are the above issues relevant for an identity management platform?  The reasoning comes [...]

Integration Patterns: Message Filter

Daniel Feist on Tuesday, May 3, 2011

In previous posts explaining the enterprise integration patterns with example Mule configuration I have covered Content-Enricher and Content-based Routing patterns, today I’ll talking about the “Message Filter” pattern. Message Filter How can a component avoid receiving uninteresting messages? Use a special kind of Message Router, a Message Filter, to eliminate undesired messages from a channel based [...]

Mule documentation just got a lot better

Kris Magnusson on Monday, April 25, 2011

I was recently tasked with revamping the developer documentation’s information architecture to address reader comments that it was too hard to find needed information. I worked with a team of people at MuleSoft to make the new information architecture a reality, as well as to write some new content that helped explain Mule ESB 3 [...]

ESB or BPM?

Mateo Almenta Reca on Thursday, January 27, 2011

Often I get the following question. Should we solve this integration problem using and ESB, using BPM or both? There is no unique or simple answer to that question, because it depends on the use case. But there is definitively a place for ESB and a place for BPM and they can and should leverage [...]

Logging just got a lot easier in Mule 3.1

Daniel Feist on Friday, December 17, 2010

Mule 3.1 introduces a very useful new <logger> element that makes it easy to inspect the content and properties of your messages in Mule while building or debugging a flow. It’s also perfect for logging errors, info messages etc.  Mule has always supported logging with the <log-component> but while working with the new orchestration capabilities [...]