callicoder / spring-boot-websocket-chat-demo

Spring Boot WebSocket Chat Demo with SockJS fallback and STOMP protocol
https://www.callicoder.com/spring-boot-websocket-chat-example/
1.05k stars 641 forks source link

is not a valid destination #2

Closed nealmiao closed 6 years ago

nealmiao commented 6 years ago

when i subscribe '/user/212/message' with RabbitMQ, an error happens '/user/212/message' is not a valid destination. Valid destination types are: /temp-queue, /exchange, /topic, /queue, /amq/queue, /reply-queue/. how to solve it, thx