我想在基于Angular客户端和SpringBoot Websocket服务器的应用程序中实现聊天。我碰到了这篇文章,效果不错(https://www.devglan.com/spring-boot/spring-boot-angular-websocket)。我的问题是我想将消息写给特定用户(或用户组,f.i服务台),而不是所有人。到目前为止,我发现我需要使用队列而不是主题,并在标题(https://www.baeldung.com/spring-websockets-sendtouser)中发送用户。有人可以给我指出一些可行的示例,最好是在Anuglar和SpringBoot的组合中。
非常感谢