Conversation
Notices
-
musicman (musicman@nu.federati.net)'s status on Tuesday, 05-Jan-2021 11:26:35 EST musicman
"Queues are single-threaded in RabbitMQ, and one queue can handle up to about 50 thousand messages"
um, what the hell does that mean? 50k and it self-destructs? 50k/s 50k/ms? 50k and then it gets so slow as to be useless. I'm a #RabbitMQ n00b, but this makes no sense to me.
https://www.cloudamqp.com/blog/2018-01-08-part2-rabbitmq-best-practice-for-high-performance.html-
lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Tuesday, 05-Jan-2021 11:31:27 EST lnxw48a1
@musicman Not a certain answer, but web servers traditionally kill off worker processes or threads after a certain number of requests. Maybe RabbitMQ does the same.
-