I have Django/Python backend and Flutter/Dart frontend: what do I need to build module when a buyer makes an order to be broadcasted to many vendors in the vicinity, the first responder gets the order, similar to ride-hailing apps? Are Message Broker and Message Que applicable for this scenario? Any tutorial will be helpful.