AGMT1126W Queue queueName overflow: currentSize/maxSize.

Explanation

  • queueName - the name of the queue that is too large.
  • currentSize - the number of events in the queue.
  • maxSize - the maximum number of allowed events in the queue.

System action

The Distributed Gateway throws out events to ensure the queue is not full.

User response

This is likely due to CPU limitations. If running within an OpenShift cluster, it would help to allocate more nodes to the Distributed Gateway and restart to ensure the workload rebalances. If running in the standalone installation, a larger machine may be necessary.