Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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).

  • No labels