BIP8446
Severity
10 : Warning
Message
Message queue exceeded limit. Discarded '<insert_0>' bytes in '<insert_1>' messages.
Explanation
The message queue exceeded its configured limit for the Real Time transport.
Response
Consider increasing the value of MAX_CLIENT_QUEUE_SIZE and MAX_BROKER_QUEUE_SIZE. These can be set using mqsichangeproperties BrokerName -e ExecutionGroupLabel -o DynamicSubscriptionEngine -n maxClientQueueSize -v value or mqsichangeproperties BrokerName -e ExecutionGroupLabel -o DynamicSubscriptionEngine -n maxBrokerQueueSize -v value MAX_CLIENT_QUEUE_SIZE is used for Broker to Client messages. MAX_BROKER_QUEUE_SIZE is used for Broker to Broker messages.