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.
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.