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

Can't create a pooled CF with discovery group

    XMLWordPrintable

Details

    • 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-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-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
      }
      
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: