node-stomp-client icon indicating copy to clipboard operation
node-stomp-client copied to clipboard

Limit number of messages received at once

Open radAragon opened this issue 5 years ago • 0 comments

Hi, I'm using stomp-client over an update stream VirtualTopic and sometimes the queue can grow too quick. While connected the client can handle it but when disconnected and reconnects, too many messages come at once without interruption.

I think stomp-client could have a limit to how many messages handling simultaneous (while not ack'ed) or even set a configuration to only 1 message each time. What do you think?

radAragon avatar Jul 10 '19 21:07 radAragon