0

I have a problem with clusering Jboss Fuse. What I have to do is make a cluster with 4 containers but 2 of them have to be on another pc (virtual for now). My qestion is: how can I connect another 2 containers from another pc to my cluster? I'm not asking about deploying anything what will manage my nodes, but simply how to connect reomote containers to my cluser.

Sorry for my byt english and maby a silly qestion but I'm fresh in fuse :)

4

1 回答 1

0

Fuse ESB 的集群(即 NMR 流量的负载平衡)是使用 ActiveMQ Network of Brokers 机制完成的。

您可以在此处阅读有关如何设置 Fuse ESB 集群的分步指南:

fusesource.com/docs/esb/3.5/deploy_guide/DeployESBClusterConfig.html

以及有关如何在 ActiveMQ (Fuse MB) 上建立代理网络的更多信息:

http://fusesource.com/docs/esb/4.4.1/amq_clustering/FuseMBClusterFaultTolerence.html

建议的一般模式是在每台主机上都有一对主从机,并将主机 A 的主机与主机 B 的从机互连,反之亦然。

但是,如果您只对 ESB 故障转移设置感兴趣,可以使用共享文件系统或数据库 (jdbc) 上的锁定来完成:

http://fusesource.com/docs/esb/4.4.1/esb_runtime/ESBRuntimeFailoverFileLock.html

于 2014-02-20T09:44:03.693 回答