Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-3075

add supplement to socket-bindings in template assembly

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Major
    • 9.0.0.CR1
    • 8.0.0.Final
    • Build System
    • None

    Description

      The messaging.xml subsystem configuration defines a "ha" supplement used to build the standalone-full-ha.xml.

      This supplement requires to have a socket-binding for multicast:

         <socket-binding name="messaging-group" port="0" multicast-address="${jboss.messaging.group.address:231.7.7.7}" multicast-port="${jboss.messaging.group.port:9876}"/>
      

      However, this socket-binding is always added even when the "ha" supplement is not used.
      We end up with a standalone-full.xml configuration with the regular messaging subsystem (no ha parts) and the messaging-group socket binding.

      Ideally, this socket-binding should only be added when the ha supplement is used.
      One way to achieve this would be to allow <socket-binding> definitions inside the <supplement>/<replacement> elements.

      Attachments

        Activity

          People

            tomazcerar Tomaž Cerar (Inactive)
            jmesnil1@redhat.com Jeff Mesnil
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: