I have a single tomcat server with a Spring application with Stomp.
It uses websockets to notify to subscriber clients some events.
I would like to move the server structure to a balanced multi-server, but my question is: what will happend to websocket clients? They will be notified only by their server!
How can I solve this problem? Is there something already developed to solve this scenario?