a. How much data your publisher program will send to the message broker in one run? program publisher mengirim 5 pesan/event ke message broker (RabbitMQ) dalam satu kali eksekusi (cargo run). Setiap ...
b. The url of: “amqp://guest:guest@localhost:5672” is the same as in the subscriber program, what does it mean? Publisher dan Subscriber terhubung pada message broker yang sama, memungkinkan ...