a. How much data your publisher program will send to the message broker in one run? Program publisher akan mengirimkan total 5 buah pesan (UserCreatedEventMessage) ke message broker dalam satu kali ...
How much data is sent to the message broker in one run? In one run of the publisher code, five messages are sent to the message queue. Assuming each message is of size x bytes, then it follows that 5x ...