-
Bug
-
Resolution: Done
-
Major
-
25.0.0.Final
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 }
- clones
-
JBEAP-22645 [QE](7.4.z) WFLY-15597 - Can't create a pooled CF with a discovery group
- Closed