Drop requests in queue when rate limiting

Hi,

I am currently implementing some rate limiting on my loadbalancers. I also have queues due to the connections limits that I set on my backend servers. I was wondering if dropping requests with http-request denywhen the client reach the rate limit also, by extension, drops all the previous requests from this client that are currently in the queue?

If not is there any way to do that?

No and no.

There is no relation between the server queue and a http-request deny statement.