Springboot websocket multiple chat rooms

how to broadcast their messages to specific groups in the websocket of springboot, just as we usually chat in groups. My messages in this group cannot be received to people in other groups

.
Mar.12,2021

each group should have its own URL, right? Can't I broadcast the message with @ SendTo ("/ group/ {groupId}")?

Menu