On 09/07/2020 3:43 pm, tomt wrote:
Hello,
I have been trying to determine the highest rate of messages that can be
sent at any given time through my environment that includes the qpid-cpp
broker and the dispatch router all using AMQP 1.0 (via Proton).
There seems to be some maximum cap that only lets me send up to 2500
messages/sec and I'm trying to determine if that's a limitation of my
environment or perhaps a default in any of the mentioned packages. I have 2
senders blasting messages and 10 receivers subscribing to all of them.
I have searched around and it looks like any sort of limiting is off by
default in the broker and router, but that 2500 number is consistent and
makes me think that there could be a limiter somewhere. Any sort of
pointers or suggestions would be greatly appreciated.
That is a very low rate (I'm assuming they are not persistent as you get
the same from router as well as broker).
What client are you testing with? Are the receivers only issuing one
credit at a time? Or is the sender publishing synchronously?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org