-
Bug
-
Resolution: Done
-
Major
-
12.0.0.Final
-
None
Currently, the broadcast/discovery-group resources have messy requirement specs, as the capabilities that they require are dependent whether or not the jgroups-cluster attribute is defined.
I suggest splitting these resources into 2:
/subsystem=messaging-activemq/server=*/jgroups-broadcast-group=*
/subsystem=messaging-activemq/server=*/jgroups-discovery-group=*
which requires clustering capabilities
and
/subsystem=messaging-activemq/server=*/socket-broadcast-group=*
/subsystem=messaging-activemq/server=*/socket-discovery-group=*
which requires a socket-binding capability.
This results in clearer requirement specs - which helps simplify the introspection of this subsystem for provisioning purposes.
- is related to
-
HAL-1779 Replace 'discovery-group' and 'broadcast-group' resources
- Resolved