Search code examples
mulemule-module-jpa

Is there any API available to deploy an application on mule management console(MMC) cluster


I am trying to write scripts(using java) to deploy my mule application on top of the cluster. So that, application get deployed on the Mule ESB servers under cluster.

Already I have written a code to deploy my mule application on Mule ESB server using MMC Rest API(http://www.mulesoft.org/documentation/display/current/MMC+REST+API)

Now my next target is to deploy application on MMC cluster.

Can any one please suggest me a way to deploy mule application on cluster from java code(using API).

Thanks in Advance.


Solution

  • The MMC REST API allows to deploy to a cluster the same way as you deploy to a standalone server:

    http://www.mulesoft.org/documentation/display/current/Deployments