Mule ESB
Mule is a lightweight java-based enterprise service bus and integration platform – allows to integrate with JMS, Web Service, JDBC, HTTP etc.
Deployment:
Access the directory and folder in which downloaded Mule. For example, type:
cd /Users/myname/Downloads/mule-standalone-3.8.0/
Start Mule. For example, type: ./bin/mule
Clustering:
Create a file named mule-cluster.properties
inside the node’s $MULE_HOME/.mule
directory.
mule.cluster.nodes=192.168.10.21,192.168.10.22,192.168.10.23 mule.cluster.multicastenabled=false mule.clusterId=<Cluster_ID> mule.clusterNodeId=<Cluster_Node_ID>