Resolution: Description: = = = = = = = Message accumulation exceeds both maxbytes and maxmsgs on a destination.
Environment: = = = = = = = ALL
Resolution: = = = = = =
This could be due to maxbytes and maxmsgs limits only apply towards pending messages which have not been delivered to consumers. Once messages are delivered, but have not yet been acknowledged by the consumer, those message won’t be counted against maxmsgs and maxbytes as those messages are moved to the delivered queue.