educative.io

Educative

In the Queues section

Hi @Design_Gurus,

in this section, what is meant by ‘global’? global for the entire system or global per user?

Message Queuing Service

The Message Queuing Service will implement two types of queues in our system. The Request Queue is a global queue and all clients will share it.

Yes, Global means for the entire system. There is only one Request Queue in the system that all clients use.

1 Like