Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2023

Discovery and Broadcast configuration is broken for HornetQ

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.Beta1
    • 7.1.0.Alpha1
    • JMS
    • None

    Description

      this is because there is a transformation done from the String representation to an inet address and when its transformed back in DiscoveryGroupAdd:createDiscoveryGroupConfiguration(...) it uses the tostring() on the address so for instance 237.7.7.7 ends up as /237.7.7.7. so

      final String groupAddress = socketBinding.getMulticastAddress().toString();

      should actually be

      final String groupAddress = socketBinding.getMulticastAddress().getHostAddress();

      same for the bind address and one BroadcastGroupAdd

      Attachments

        Activity

          People

            rh-ee-ataylor Andy Taylor
            rh-ee-ataylor Andy Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: