You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
Doing some load testing, just 1 queue, after sending 50k message, the memory usage goes up to 1GB. With longer tests up to 8GB, seems to be linear to message count.
There are active consumers, all the messages are acknowledged.
This happens only when using gateway, not when using message-broker directly.
Also after fixing broker detection in the gateway, it shows (jmx):
gateway has local queue with all the messages, all acknowledged
gateway still leaks memory as before
broker has local queue with all the message but none are acknowledged
broker uses much less memory, about 400M for 50k messages
only the gateway queue has consumers
Is there some documentation / concept how the gateway and broker should behave in detail?
Describing exactly simple use case with 1 message and queue would help a lot.
Is it correct that the gateway also has a copy of the queue?
All consumers in gateway and none in broker - is that correct?
No ack messages in broker?
The text was updated successfully, but these errors were encountered:
The message-gateway seems to be leaking memory.
Doing some load testing, just 1 queue, after sending 50k message, the memory usage goes up to 1GB. With longer tests up to 8GB, seems to be linear to message count.
There are active consumers, all the messages are acknowledged.
This happens only when using gateway, not when using message-broker directly.
Also after fixing broker detection in the gateway, it shows (jmx):
Is there some documentation / concept how the gateway and broker should behave in detail?
Describing exactly simple use case with 1 message and queue would help a lot.
Is it correct that the gateway also has a copy of the queue?
All consumers in gateway and none in broker - is that correct?
No ack messages in broker?
The text was updated successfully, but these errors were encountered: