RabbitMQ stomp协议,目的地之间的差异

时间:2017-05-07 06:05:03

标签: spring websocket rabbitmq stomp spring-websocket

我正在编写一个Websockets应用程序,使用基于stomp协议的Spring Websockets API。

我正在使用RabbitMQ作为我的Stomp经纪人,因为你知道当你使用不同的经纪人而不是简单的经纪人时,目的地会有不同的含义。

换句话说,我的问题是有什么区别以及何时使用:

/topic, /queue, /exchange, /app, /user

我已经观看过此次网络研讨会:https://www.youtube.com/watch?v=mmIza3L64Ic&t=94s

已经克隆了这个样本:https://github.com/rstoyanchev/spring-websocket-portfolio

但是,现在还不够清楚。

0 个答案:

没有答案