Update messaging subsystem descriptions to properly report path
cardinality
---------------------------------------------------------------------------
Key: WFLY-5241
URL:
https://issues.jboss.org/browse/WFLY-5241
Project: WildFly
Issue Type: Task
Components: JMS
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 10.0.0.CR1
https://docs.jboss.org/author/display/WFLY10/Description+of+the+Managemen... has been
updated to more intelligently report cardinality information about resource registrations,
with each reg reporting its own cardinality instead of having the parent report data about
the "key" portion of potentially unrelated children.
The two messaging subsystems are actually trying to use the old way for "path"
children, so this JIRA is to move to the new way.
Instead of the parent resource reporting there must be 4 and no more than 4 children with
key "path", now each of the 4 valid path children types will report that the
min-occurs of that type is 1. (The max-occurs is also 1, but that will not be reported as
that, per the spec, is the default for a 'singleton' type, and each of the 4 path
types is a singleton.)