Websockets, SockJs, Stomp, Spring, RabbitMQ, delete User specific Queues automatically

倾然丶 夕夏残阳落幕 提交于 2019-12-03 08:28:09

had same problem, from the documentation:

RabbitMQ creates auto-delete queues when destinations like /exchange/amq.direct/position-updates are used. So in that case the client could subscribe to /user/exchange/amq.direct/position-updates

remember to add '/exchange/' as a destination prefix in stomp broker relay configuration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!