Search code examples
mulemule-componentmule-esbmulesoft

Can we create domain project for cloudhub applications in Mulesoft? if not, why?


I have seen articles explaining about shared-resources only for mule standalone servers. But, technically I want to know the reason why we can't deploy a domain project and reuse the resources for other applications in cloudhub. Can you please help me know this?


Solution

  • Mule applications in CloudHub are deployed into their own Mule Runtime, separate from any other applications. ie there is only one application per runtime. It would not be possible to use a domain to share anything, because domains can only share resources in the same runtime. That's the reason CloudHub doesn't allow to deploy domains. It just doesn't make sense for that deployment model.