Mule provides two different kinds of HTTP connectors based on the runtime version. For anything below 3.6 the HTTP connector is an endpoint based connector and runtime 3.6 and above contains HTTP operation based connector. Endpoint-based Connector An Endpoint based connector is used to connect flows and like any endpoint configuration, it has ability to embed message processors in it. Below are…
Month: April 2016
Mule Domains
Domains projects in mule are a way to share resources among multiple mule applications. Think of it just like declaring global connector configurations but instead of sharing the configurations within multiple flows in a single application, it is now shared across multiple flows and multiple applications. Every mule project is associated to a domain. If you observed the mule-deploy.properties, by default the domain…
Mule as Azure Worker Role using Anypoint Studio
In this post, I am attempting to explain steps involved in creating Worker Role and running Mule using Azure toolkit for Eclipse. Step1: To begin, open Anypoint Studio and install Azure toolkit for Eclipse by choosing Helpà Install New Software and entering the URL: http://dl.msopentech.com/eclipse Reference: https://github.com/MSOpenTech/WindowsAzureToolkitForEclipseWithJava Note: I am using the newest beta version Anypoint studio 6 and mule runtime 8.0…