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

Mule Tip: Including formatted SQL statements from external files in your application

german.solis on Friday, November 18, 2011

When developing a Mule Application the normal way to define an SQL statement is by declaring it directly in the connector, as shown in the following snippet. However is possible that you’ll face a situation in which you have to use large and complex queries. For that scenario the previous approach is not adequate since [...]

Mule Studio Beta Milestone 2 is here

Mateo Almenta Reca on Wednesday, June 29, 2011

In May we made Mule Studio Beta publicly available, the graphical design tool for Mule ESB. This week we are releasing a new beta milestone, with a lot of fixes and improvements based on your feedback. For this milestone we focused in two main areas, adding support for Mule functionality towards a complete Mule Studio by [...]

Selecting Multiple Rows Using a JDBC Inbound Endpoint

Puneet Gupta on Monday, October 26, 2009

The JDBC transport allows you to poll for messages in a table. However, by default the JDBC inbound endpoint splits the record set into individual MuleMessages, and the outbound endpoint only receives a single row at a time. If you want to select multiple rows at a time and process the rows in a single [...]

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?