[Ubermq-general] UberMQ 2.7 Clusters w/JGroups Unicast Issue
Brought to you by:
jimmyp
From: Peter W. <pet...@gu...> - 2005-02-09 23:18:34
|
I have gotten Unicast clustering working with JGroups in UberMQ 2.7. I=20= have 2 servers setup in the cluster and they have successfully=20 connected together using port 7800 TCP unicast.=A0 =A0 However, when I publish a message using the "viewer" to one server it=20= get's sent to the cluster and is received by the second server which=20 then decides to send it back out to the cluster back to the original=20 server. This process continues back and forth and floods the network.=20 The message is getting continually duplicated even though the message=20 ID is the same. I have even tried running two servers on the same=20 machine to elminate clock time differences in case that was the problem=20= but it did not eliminate the issue.=A0 =A0 Any thoughts? Is there a config I need to setup? I do have loopback=20 set to true to eliminate the one server sending back to itself but in=20 the cluster it doesn't help.=A0 =A0 Regards,=A0 =A0 Peter= |