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
I am using the rabbitmq resource through Azure and am encountering a rather frustrating problem.
After approximately 360000 (or 720000 on a bigger VM) messages rabbitmq freezes up and stops processing messages. The VM and the docker container show that they have free memory, storage and CPU % so i don't think it is related to the VM (or docker container) failing. I have tried slowing down the speed at which the messages are sent. It seems to freeze after the same approximate number of messages, regardless on how spread out (over time) those messages are.
The management portal is not working for me (possibly due to being inside the VM), but running docker exec containerID rabbitmqctl status gives me the following type of output as it reaches the max number of messages before it freezes:
The connection_channels number was concerning me until i realized it was in bytes :/.
It's possible I am doing something wrong client side, but I have been struggling for the past few days to identify the issue. Any help would be appreciated.
Regards
Dylan
The text was updated successfully, but these errors were encountered:
Hi,
I am using the rabbitmq resource through Azure and am encountering a rather frustrating problem.
After approximately 360000 (or 720000 on a bigger VM) messages rabbitmq freezes up and stops processing messages. The VM and the docker container show that they have free memory, storage and CPU % so i don't think it is related to the VM (or docker container) failing. I have tried slowing down the speed at which the messages are sent. It seems to freeze after the same approximate number of messages, regardless on how spread out (over time) those messages are.
The management portal is not working for me (possibly due to being inside the VM), but running
docker exec containerID rabbitmqctl status
gives me the following type of output as it reaches the max number of messages before it freezes:The
connection_channels
number was concerning me until i realized it was in bytes :/.It's possible I am doing something wrong client side, but I have been struggling for the past few days to identify the issue. Any help would be appreciated.
Regards
Dylan
The text was updated successfully, but these errors were encountered: