在SpringBoot和Angular中聊天-特定用户消息

时间:2018-12-03 10:57:24

标签: angular websocket chat spring-websocket stomp

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

非常感谢

0 个答案:

没有答案