BIP5392
Severity
20 : ErrorMessage
Message validation error. The wildcard element maxOccurs constraint has been exceeded.
Element '<insert_0>' exceeds the maxOccurs constraint of '<insert_1>'.Explanation
Element '<insert_0>' has been matched with a wildcard element but exceeds the maxOccurs constraint '<insert_1>' for this wildcard element. Only one element can be matched with each occurrence of a wildcard element.Response
Alter the message set, increasing the maxOccurs constraint of the wildcard element, and redeploy to the broker. Alternatively remove the instance of the element in the incoming message (when parsing) or from the logical tree (when writing).