[jboss-jira] [JBoss JIRA] (WFLY-8174) broadcast-group capability must include the messaging server name

Jeff Mesnil (JIRA) issues at jboss.org
Tue Feb 21 04:02:00 EST 2017


Jeff Mesnil created WFLY-8174:
---------------------------------

             Summary: broadcast-group capability must include the messaging server name
                 Key: WFLY-8174
                 URL: https://issues.jboss.org/browse/WFLY-8174
             Project: WildFly
          Issue Type: Bug
          Components: JMS
    Affects Versions: 10.1.0.Final
            Reporter: Jeff Mesnil
            Assignee: Jeff Mesnil


Capabilities registered by the messaging-server's broadcast-group resources are using the pattern:
org.wildfly.messaging.activemq.broadcast-group.channel-factory.<broadcast-group name>

This prevents having 2 broadcast-groups belonging to different ActiveMQ servers using the same name configured in the same profile.

Instead, the ActiveMQ server name should be part of the capability name, e.g.

org.wildfly.messaging.activemq.broadcast-group.channel-factory.<server name>.<broadcast-group name>




--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list