
Jackie on Thursday, May 28, 2009
Streaming enables efficient processing of large data objects such as files, documents, and records by streaming the data through Mule rather than reading the whole thing into memory. Streaming provides the following advantages: Allows services to consume very large messages in an efficient way Message payloads are not read into memory Simple routing rules based [...]
Filed under: Mule ESB by Jackie on Thursday, May 28, 2009 | Social tagging: howto
3 Comments »

Kevin Depew on Sunday, May 24, 2009
A couple of months ago, I reviewed the process for deploying Mule Galaxy, our SOA governance platform, onto Amazon’s EC2. Not long after that, I was introduced to cloudtools, a set of tools for deploying, managing, and testing Java EE applications on EC2. With these tools, it becomes trivial to deploy an application like Mule [...]
Filed under: MuleForge by Kevin Depew on Sunday, May 24, 2009 | Social tagging: howto
No Comments »

Community on Monday, May 18, 2009
Are you trying to poll a database and transform the results to a certain plain text file? Do you need to pick up a data file, split it into individual records and insert those records into the database? Would you like to poll a source database and send the results to another database for insertion?
Filed under: Mule ESB by Community on Monday, May 18, 2009 | Social tagging: ETL > JDBC
3 Comments »

Jackie on Monday, May 18, 2009
Mule provides different approaches to handling errors. You can set exception strategies for connectors, models, and individual services. You can use the exception router to specify where the message goes when an error occurs. And you can use the exception type filter for fine-grained control. Following is an introduction to these approaches.
Filed under: Mule ESB by Jackie on Monday, May 18, 2009 | Social tagging: howto
No Comments »

Community on Wednesday, May 13, 2009
As you may have seen, a new Mule Financial Information eXchange (FIX) transport project was recently made available on the MuleForge. A big kudos to the project owner, Stephen Fenech, and the team at Ricston for making this project available. FIX is a public domain protocol aimed at real-time electronic exchange of securities transactions in [...]
Filed under: MuleForge by Community on Wednesday, May 13, 2009 | Social tagging: Mule Financial Information eXchange (FIX) transport
No Comments »

Jackie on Monday, May 4, 2009
When wiring your Mule services together, new users sometimes get confused about when to use an outbound router and when it’s sufficient to simply get a reply. Following is a description of the three message styles you can use to get a response from your Mule services.
Filed under: Mule ESB by Jackie on Monday, May 4, 2009 | Social tagging: howto
No Comments »