Hazelcast IQueue objects stucks on more requests
We have client rest application communicating with calculator application via hazelcast iQueue. Object from the rest is added into the queue and on calculator application there is listener to receive the object and delete it from queue. Everything is working fine for normal usage. But when requests starts coming under 0.3seconds between them the objects stuck in the queue and when they go huge number the whole application is slowed (not only this queue/listener)