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

Can't create a Pooled Connection Factory using Jgroups

    XMLWordPrintable

Details

    Description

      When trying to configure a pooled connection factory with a JGroup Discovery Group it fails withg the exception:

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

      Reproducer:

      • start in full-ha
        /subsystem=messaging-activemq/discovery-group=dg-group1:add(initial-wait-timeout=30000, jgroups-channel=ee, jgroups-cluster=artemis-cluster)
        /subsystem=messaging-activemq/pooled-connection-factory=activemq-ra:add(transaction=xa, entries=[java:/JmsXA, java:jboss/DefaultJMSConnectionFactory],discovery-group=dg-group1)
        
        

      Attachments

        Activity

          People

            ehugonne1@redhat.com Emmanuel Hugonnet
            ehugonne1@redhat.com Emmanuel Hugonnet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: