Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-22646

[QE](7.3.z) WFLY-15597 - Can't create a pooled CF with a discovery group

    XMLWordPrintable

Details

    • False
    • False
    • +
    • Hide

      1. Start EAP using the default standalone-full-ha.xml
      2. Run the following CLI commands:

       
      /subsystem=messaging-activemq/discovery-group=dg-group1:add(jgroups-channel=ee, jgroups-cluster=artemis-cluster)
      /subsystem=messaging-activemq/pooled-connection-factory=remote:add(transaction=xa, entries=["java:/JmsRemoteXA"], discovery-group=dg-group1)
      
      Show
      1. Start EAP using the default standalone-full-ha.xml 2. Run the following CLI commands: /subsystem=messaging-activemq/discovery-group=dg-group1:add(jgroups-channel=ee, jgroups-cluster=artemis-cluster) /subsystem=messaging-activemq/pooled-connection-factory=remote:add(transaction=xa, entries=[ "java:/JmsRemoteXA" ], discovery-group=dg-group1)

    Description

      When trying to add a pooled CF with a discovery group like

      /subsystem=messaging-activemq/discovery-group=dg-group1:add(jgroups-channel=ee, jgroups-cluster=artemis-cluster)
      /subsystem=messaging-activemq/pooled-connection-factory=remote:add(transaction=xa, entries=["java:/JmsRemoteXA"], discovery-group=dg-group1)
      

      the operation fails with the following:

      {
          "outcome" => "failed",
          "failure-description" => {
              "WFLYCTL0412: Required services that are not installed:" => ["jboss.messaging-activemq.command-dispatcher-factory.ee"],
              "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.messaging-activemq.jms.pooled-connection-factory.remote is missing [jboss.messaging-activemq.command-dispatcher-factory.ee]"]
          },
          "rolled-back" => true
      }
      
      

      This is a regression against EAP 7.3.9.GA

      Attachments

        Issue Links

          Activity

            People

              pferraro@redhat.com Paul Ferraro
              rhn-support-ivassile Ilia Vassilev
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: