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
is it possible to measure the throughput time of the messages. I wanted to know how long a message takes from publish to consume and visualize it in some stat of the report.
Greetings
The text was updated successfully, but these errors were encountered:
Hi,
I didn't try run a complex benchmark. But a simple one I have done and I got a good throughput.
I can share my experience and you will decide if it meet your expectations.
also is important if you need to have acknowledgement on both side (client and server), acknowledge can slow down up to 20 time your throughput, might be more.
I have got around a max of 12 000 messages in a second as throughput, it was without acknowledge.
thanks for your reply. I know how to measure the messages per second.
Our setup is the following:
ProducerSimulation -> Exchange -> Message processing application -> Queue -> ConsumerSimulation
How can i meassure the time a message takes from Producer to Consumer and put the stats to the report? Its the latency of Input -> Output
Hi,
is it possible to measure the throughput time of the messages. I wanted to know how long a message takes from publish to consume and visualize it in some stat of the report.
Greetings
The text was updated successfully, but these errors were encountered: