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
Using stompJs 7.0.0
After establishing a connection with my server, the client tries to publish a payload and the server doesn't receive anything. on the client side i get a log >>> SEND destination:undefined.
Also subscribed but nothing receiving on the client side after publishing. >>> SUBSCRIBE id:sub-0 destination:/topic/broadcast
This is my setup on the client side :
Im on this for a about a 1 week plus a few days, read the docs but can't reach a conclusion on this, i have the correct endpoints, the rabbitmq is running and with the STOMPJs plugin and there is no update on message or queued charts in the rabbitmq, is this a configuration missing ? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Using stompJs 7.0.0
After establishing a connection with my server, the client tries to publish a payload and the server doesn't receive anything. on the client side i get a log
>>> SEND destination:undefined
.Also subscribed but nothing receiving on the client side after publishing.
>>> SUBSCRIBE id:sub-0 destination:/topic/broadcast
This is my setup on the client side :
On the server side im using spring boot with rabbitmq
Controller on the server side :
Im on this for a about a 1 week plus a few days, read the docs but can't reach a conclusion on this, i have the correct endpoints, the rabbitmq is running and with the STOMPJs plugin and there is no update on message or queued charts in the rabbitmq, is this a configuration missing ? Thanks in advance.
The text was updated successfully, but these errors were encountered: