Stomp plugin and Spring, why cannot see topic queues? #11249
Unanswered
tobiascapin
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Spring and RabbitMQ with Stomp plugin to handle Stomp messaging of a web app.
JS clients subscribe like this:
stompClient.subscribe('/topic/evento.'+id,...);
But I don't find topics in rabbitmq manager in queue list.
However I can see the users queues created like this:
stompClient.subscribe('/user/queue/evento.'+id,...);
Where can I find some clarification about it? For a /topic subscription I expect a durable queue, am I wrong?
Beta Was this translation helpful? Give feedback.
All reactions