/
Size of messages

Size of messages

It had been tested how the size of the messages influence the amount that can be send through the messagebus.

Payload size

Local messagebus

Distributed messagebus

10 kB

2092

1571

100 kB

1756

1464

1 MB

757

417

10 MB

1

60

The messages of the given size is created by taking the Example Alarm message and adding a Description of the given size. The Alarm message in Examples have the size 2,4 kB, which has to be added to the 'payload' size. (I have not used 1024, but only 1000 bytes to the kB, and kB to the MB).

It is the same method for sending the messages as in he Number of messages sent over messagesbus, though it is not verified that the messages are received again, only that the have been sent.
Thus, it is very possible that the local messagebus is unable to send messages of a size 10 MB.