❔ [RabbitMQ][RabbitMq.Client] Low consuming rate.
Have anybody worked with RabbitMQ.Client ?
I have this connection factory
and then i'm doing something like this:
Effectively i'm just consuming messages without acknowledging them.
The consume rate is about 50/s. And it seems like it is hard capped there.
Other tools can achieve from the same computer, same network, same remote rabbitmq, up to 400/s.
Any ideas why i get such poor consuming rate ?
4 Replies
why no ack?
because i want to analyze DLQ messages and then return them to the DLQ
and i want to analyze a queue with over 2.5million messages
~100gigs
i arguably don't care about the body so much, but i care for the attached x-exception-stacktrace on the message headers
so how about some info to debug the situation
like what's the cpu usage of this code, did you look at the performances tool, did you try take timing of methods
is this rabbitmq a single instance or a cluster
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.