Posts by Victor do Carmo Muniz • 26 points
1 post
-
1
votes1
answer125
viewsA: Socket Javascript does not connect (Stomp + Rabbitmq)
This problem happens because of the connection port that should be "15674". Change the code: this.client = Stomp.client('ws://10.224.200.196:61613/', 'v11.stomp'); For: this.client =…