0 Replies Latest reply on Jan 31, 2012 2:48 PM by erhard

    Multicast in Standalone and AS7 cluster

    erhard

      Hi,

      I tried to set up a HornetQ cluster within JBoss7 on one local machine. It didn't work at first and so I tried the jms/clustered-queue example from the Standalone version. It worked right out of the box. After some research and with help of RunningAHornetQClusterUsingDiscoveryDoesntWork the AS7 cluster also worked. But why does the Standalone work out of the box and in AS7 I have to change the routing-tables? I couldn't find a difference in the configuration only with netstat I see for Standalone:

      netstat -na | grep 9876

      udp        0      0 :::9876                     :::*                                   

      udp        0      0 :::9876                     :::*     

       

      and for AS7                            

      netstat -na | grep 9876

      udp        0      0 0.0.0.0:9876                0.0.0.0:*                              

      udp        0      0 0.0.0.0:9876                0.0.0.0:*  

       

      The Standalone seems to bind to IP6 and the AS7 to IP4? Did I miss something in the configuration or is it because of a version difference or how HornetQ is integrated in AS7?

      Any ideas?

       

      Erhard