]
Radoslav Husar updated WFLY-13142:
----------------------------------
Summary: Can't create a Connection Factory using JGroups discovery (was:
Can't create a Connection Factory using Jgroups discovery)
Can't create a Connection Factory using JGroups discovery
---------------------------------------------------------
Key: WFLY-13142
URL:
https://issues.redhat.com/browse/WFLY-13142
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 19.0.0.Beta2
Reporter: Emmanuel Hugonnet
Assignee: Emmanuel Hugonnet
Priority: Critical
When trying to configure a connection factory with a JGroup Discovery Group it fails with
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
}