Category: Database

by Use Case: If we want to use shared resources or common global configuration from one of Mule application into another Mule application then this article could guide us to achieve this use case.

In our use case we are going to use one Mule application as utility application into another Mule application.

But there is one impact of Mule Domain Project that it need to be deployed under same domain and in cloudhub we dont have support for it as each Mule application deployed into their own Mule runtime.

For ex: create a http listener configuration and provide a unique name to it .Also we can define JMS or Database or any endpoint configuration as shared resources.

Related Articles