Database as message queue ( Anti Pattern )
We should avoid this patter⚠️
Let’s say we have Server 1,2 and 3 which is connected to the database, and they are connected to the clients, with the help of the database pooling every 5 or 10 seconds each se...