BIP5375
Severity
20 : ErrorMessage
Message validation error. An element has exceeded its maxOccurs constraint.
element: <insert_0>
instances: <insert_1>
maxOccurs: <insert_2>Explanation
Element '<insert_0>' has '<insert_1>' instances in the logical tree, but has been defined with a maxOccurs constraint of '<insert_2>'.Response
Trace the message tree, and compare it to the message definition used for validation.
Alter the message set, increasing the maxOccurs constraint, and redeploy to the broker.
Alternatively decrease the number of instances of the element in the message itself.