
Mule enricher as the name suggests helps use to enrich the existing message. For example, we can enrich the payload,…
Mule enricher as the name suggests helps use to enrich the existing message. For example, we can enrich the payload,…
Atom feed consists of a series of related items that a content provider publishes on the Internet. It comprises an…
In this article we will look into Mule’s support of reading and writing cookies. In order to write a cookie,…
In this article we will look into the mule property “replyTo”. A JMS inbound endpoint with exchange pattern set to request-response indicates…
In this article we will look into JMS transport and go thru some basic concepts. We will send messages to…
In this article we will see how to explicitly add an outbound propertie. Before we start we must first understand…
When a message source contains more than one inbound endpoint to feed messages we use <composite-source>. In our example, we have…
In this article we will show how a mule component can be bound to an outbound endpoint thru an interface.…
In this article we will use http transport to receive data. You can either receive or post data, in our…
Logger element Below we specify simplest logger element. This will use the default values for category and the message to…
In this article, we will look into what happens when one of the message processor throws an exception. How mule…
When we want to reuse a portion of the flow, we extract the common sequence of message processors into a…
In this article we will see how to filter textual messages using regular expression. We will use regex-filter element, specify…