Tag: howto

When wiring your Mule 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 .

Ken Yagen on Monday, April 13, 2009

Dallas JavaMUG

0

Continuing my whirlwind speaking tour on Mule, I landed in Dallas this week to talk to the JavaMUG. This was my first MUG (I’ve been to JUGs, SIGs, Camps, and Meetups, but never a MUG), and I was blown away to walk into a room of 75+ people all there to hear about Mule (okay, the free pizza and soda probably helped, too). Supposedly it was their largest attended event in several years. I gave a similar talk last month in San Francisco, but in Dallas I expanded a little on my thoughts about SOA and the Cloud.

Kevin Depew on Monday, March 30, 2009

Galaxy on EC2 in one hour!

0

We have been running Galaxy successfully on our in-house servers and laptops for demo purposes for some time now and decided that having a running image of Galaxy on ’s was the next logical step. Galaxy in the cloud gives us the opportunity to expose a running instance to a much wider audience than might otherwise interact directly with the product.

Are you currently using Mule or evaluating Mule for use with your WebSphere MQ system? Do you need to utilize WebSphere MQ specific headers, message types, and character code IDs with Mule? Would you like to know how to deploy Mule for maximum reliability when coupled with WebSphere MQ?

Learn from the MuleSource technical team how to integrate Mule with WebSphere MQ using the premium WebSphere MQ transport that is packaged with Mule Enterprise. A common scenario supported by Mule Enterprise will be demonstrated: namely, how to exchange messages with native MQ applications. The solution will demonstrate implementing synchronous request-reply using replyTo headers and correlation IDs.

On Monday, I spoke to a standing room only crowd at the San Francisco Java Users Group about using the Mule ESB to integrate applications. We talked about:

  • What Mule is and what is the difference between integration and SOA
  • Why use a Mule for integration
  • How Mule helps with integration in the Cloud
  • Best practices for planning and implementation
  • Test driven development with Mule
Jackie on Thursday, February 12, 2009

Storing Objects in the Registry

0
Note that this approach is no longer recommended if you are using Mule 3.0.0 or later. Instead you can use the ObjectStore. This allows use to store objects in memory, in a persistent store or across Mule HA clusters automatically. You can learn more about Mule 3.0 here and download it here.

Recently, there was a great question on one of the Mule mailing lists about where to store runtime data that can be used across the app. If you need to store runtime data that is available across your Mule application, you can store the data as objects in the Mule Registry. You can get a handle to the Registry from anywhere that you have access to the MuleContext, as in most Mule entities. For example, you could store the object as follows:

For those of you that wish the view this webinar again, or for those of you that missed it, the archive of this webinar is now available online here.

Also the sample code shown in the Webinar is now available here. Any questions can be sent to our User List

Ross Mason on Wednesday, January 21, 2009

Mule IntelliJ Tips

7

As some may know, we have been working on our open source Mule IDE based on Eclipse. However, with the schema-based configuration in Mule, IDEA users get some great features to help them build mule applications quicker too.

Ross Mason on Tuesday, January 20, 2009

How to Define Services

3

Defining what constitutes a service when building service-orientated applications seems to be a common problem for developers and architects who are new to building . The main issue seems to be the scope, i.e. what is the granularity of the service. This is actually quite difficult since the granularity of a service can vary depending on the application. The trick with any fuzzy problem is to break it into smaller pieces. There is a very simple service taxonomy defined in Thomas Erls SOA in Principals of Service Design book which I believe makes the approach to defining services much easier.

dzapata on Monday, January 5, 2009

Troubleshooting Mule

2

With so many integration points and applications of Mule, troubleshooting issues can be a daunting task for those just starting out with Mule.  This post will provide a few tips on how to get to the root of issues you may encounter.