I am running on a spring-boot internet app with the use of web sockets and I have a practical implementation for a single server.
I'm researching the first-rate solution for integrating a cluster of servers so that the clients connected to each of the weight-balanced servers might get the broadcasted messages despatched from all servers.
What is the best practice to connect clustered web socket servers?
I see references to RabitMQ but on account that we've got is already in location, I'm looking to parent out if Redis will work as a stomp message dealer.
0 Replies