Back to course home
0% completed
Vote For New Content
I am curious to learn more about how the message queue scales - If users can hav...
JC Denton
Jan 12, 2022
I am curious to learn more about how the message queue scales - If users can have multiple devices with many updates queued up for each device, the storage requirements could be quite large?
1
0
Comments
Comments
P
Prabhakar 4 years ago
Why would that be the case? If each client has it's own message queue with the notification data, the queue should be able to handle 120k messages (20k for FIFO). Queues are expected to only have notification messages and not the chunk data.
Or, is your question - what...