You can modify the maximum number of requests the pending queue
stores before rejecting new requests.
About this task
Each connection in
Diameter Enabler environment
contains a pending queue which holds references to all of the requests on
that connection. When
Diameter Enabler receives
a response, it will remove the corresponding request from the queue. If a
packet is in the queue longer than the
packetTimeout,
Diameter Enabler will
remove it from the queue and return an error to the sending Application. If
the number of requests in the queue reaches this
maxPendingQueueLength value,
Diameter Enabler will
reject any new requests until room is available on the queue.
Note: In case
of a clustered installation, repeat these steps for each node in the cluster.