Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unsubscribing from "/app/chat.participants" with stomp broker #9

Open
rashtao opened this issue Aug 2, 2016 · 3 comments
Open

unsubscribing from "/app/chat.participants" with stomp broker #9

rashtao opened this issue Aug 2, 2016 · 3 comments

Comments

@rashtao
Copy link

rashtao commented Aug 2, 2016

I enabled the stomp broker (RabbitMQ), uncommenting this, but now I get the following error while trying to unsubscribe from /app/chat.participants:

<<< ERROR
message:No subscription found
content-type:text/plain
version:1.0,1.1,1.2
content-length:92

UNSUBSCRIBE must refer to an existing subscription.
Subscription to "id='sub-2'" not found.

If I am correct, this is an error generated by RabbitMQ. So I guess that the UNSUBSCRIBE message is forwarded to the stomp broker, but since @SubscribeMapping does not create any subscription in the broker, I get the error.

Is some additional configuration required? Or is it a bug in the framework?

@rashtao rashtao changed the title unsubscribe problem from "/app/chat.participants" with stomp broker unsubscribing from "/app/chat.participants" with stomp broker Aug 2, 2016
@rashtao
Copy link
Author

rashtao commented Aug 4, 2016

And soon after receiving the error, the client gets disconnected.

@danielfernandezag
Copy link

hi, have you solved this yet?

@qianyiliushang
Copy link

Does anyone have ideas about this?
I encounter this problem, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants