You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
rashtao
changed the title
unsubscribe problem from "/app/chat.participants" with stomp broker
unsubscribing from "/app/chat.participants" with stomp broker
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
: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?
The text was updated successfully, but these errors were encountered: