Working with Object Store Connector

Working with Object Store Connector in Mule

Object Store Connector is one of the most useful connectors provided in Mule runtime that is used for storing the state of the applications and can be shared across the applications (If Domain project is used for sharing the state…

Share

Share deployed service through Developer Portal

In the previous article we discussed about deploying the application in CloudHub and in this article, we will discuss about sharing the deployed service through Developer Portal. Share deployed service through Developer Portal:  Now that we have created and deployed…

Testing Mule applications with Mule Domain Project using MUnit Test Suite

Before delving into the article, please note that you should have basic knowledge about how to create a mule flow using Anypoint Studio and should at least have basic understanding of Maven and what is a Domain project. Also should…