]
Kabir Khan updated WFLY-3944:
-----------------------------
Fix Version/s: 9.0.0.Final
Broken integration between messaging subsystem and jgroups subsystem
--------------------------------------------------------------------
Key: WFLY-3944
URL:
https://issues.jboss.org/browse/WFLY-3944
Project: WildFly
Issue Type: Bug
Components: Clustering
Reporter: Brian Stansberry
Assignee: Paul Ferraro
Priority: Critical
Fix For: 9.0.0.Final
The integration between messaging and jgroups is currently broken. My guess is this was
due to recent changes in clustering.
To reproduce it change the bg-group1 element in standalone-full-ha.xml to replace the
socket-binding element with the following:
{code}
<jgroups-stack>udp</jgroups-stack>
<jgroups-channel>hq-bg</jgroups-channel>
<!--<socket-binding>messaging-group</socket-binding>-->
{code}
At boot this appears in the logs:
{code}
10:00:58,707 ERROR [org.jboss.as.controller.management-operation] (Controller Boot
Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "messaging"),
("hornetq-server" => "default")
]) - failure description: {"WFLYCTL0180: Services with missing/unavailable
dependencies" => ["jboss.messaging.default is missing
[jboss.jgroups.stack.udp]"]}
10:00:58,930 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183:
Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service jboss.jgroups.stack.udp (missing) dependents: [service
jboss.messaging.default]
{code}
WFLY-3943 is about the lack of testing of this integration,