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

Streaming in Mule

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 [...]

Galaxy on EC2 via Cloud Foundry in 10 minutes!

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 [...]

Technical Webinar tomorrow: Mule for ETL

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?

Error Handling in Mule

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.

New Mule Financial Information eXchange (FIX) Transport on the MuleForge

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 [...]

Getting a Response from your Mule Services

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.