0

I am new to Mule ESB.

I have downloaded Mule Management Console(MMC).I have developed one simple application in which message(s) are put into queue which are then read by another queue. Now what i want to have two MMC instances running and on stopping one mule instance all the message flows through second instance.

Please let me know how to approach about it. Can I do it on my local machine? I mean can i create cluster on my local machine.

4

2 回答 2

1

基于骡子的聚类。

参考

http://www.mulesoft.org/documentation/display/current/Mule+High+Availability+HA+Clusters

http://www.mulesoft.org/documentation/display/current/1+-+Installing+the+Demo+Bundle

希望这可以帮助。!

于 2014-05-08T20:01:39.623 回答
0

Mule 服务器不允许您同时将自己与两个 MMC 实例链接,这是因为您向 MMC 注册了您的 mule 服务器,请参阅: http: //www.mulesoft.org/documentation/display/current/Architecture+of+ the+Mule+管理+控制台

有一种方法可以拥有其他 MMC 实例,但是当另一个 MMC 实例已经在运行时,该 MMC 实例必须是被动的,MuleSoft 已经记录了这一点,请在此处参考:http: //www.mulesoft.org/documentation/display/current/Persisting+ MMC+数据+to+Oracle

因此,在您的情况下,当一个 mmc 实例停止时,您可以启动另一个。

于 2014-03-12T11:48:31.553 回答