Number of messagelisteners
The following table shows the amount of messages sent through a messagebus within 1 minute.
Messages in 1 minute |
1 listener |
10 listeners |
25 listeners |
100 listeners |
---|---|---|---|---|
Local messagebus |
2099 |
354 |
155 |
43 |
Distributed messagebus |
1700 |
349 |
153 |
45 |
The method to send these messages is to send one message, and the first messagelisterner, which receives it, sends the next message, which will be handled the same way (aka. first receiver sends next message).