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

[Migration operation] group-address/group-port/local-bind-address/local-bind-port in broadcast-group are not migrated

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 10.0.0.Final
    • 10.0.0.Beta1
    • JMS
    • None

      If broadcast group with local-bind-address,local-bind-port, group-address and group-port then those parameters are not migrated properly:

      For example HornetQ configuration:

       <broadcast-group name="groupA">
                      <local-bind-address>localhost</local-bind-address>
                      <local-bind-port>12345</local-bind-port>
                      <group-address>224.0.1.105</group-address>
                      <group-port>23456</group-port>
                      <broadcast-period>${broadcast.period:2500}</broadcast-period>
                      <connector-ref>netty</connector-ref>
                      <connector-ref>netty-throughput</connector-ref>
                  </broadcast-group>
      

      is migrated to Artemis like:

                      <broadcast-group name="groupA" connectors="netty netty-throughput" broadcast-period="${broadcast.period:2500}"/>
      

      With such a configuration server cannot be started. There is no warning pointing to this problem.

            jmesnil1@redhat.com Jeff Mesnil
            mnovak1@redhat.com Miroslav Novak
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: