Questions tagged [stomp]

STOMP is a simple interoperable protocol designed for asynchronous message passing between clients via mediating servers.

STOMP is a very simple and easy to implement protocol, coming from the HTTP school of design; the server side may be hard to implement well, but it is very easy to write a STOMP client to get yourself connected to a STOMP server.

Versions of the STOMP specification can be found at:

1428 questions
-2
votes
1 answer

setAllowedOrigins("*") don't works on server. CORS configuration

I just finished this tutorial and it works on localhost (when I'm run backend on localhost:8080 and front on localhost:4200), but when I put my *.war file on server there is some CORS problem. Cross-Origin Request Blocked: The Same Origin Policy…
NoIdeaMan
  • 43
  • 6
-3
votes
1 answer

Spring boot websocket notification flakiness

I am using Spring Boot WebSocket notification and Stomp client library in Angular to connect and subscribe to WebSocket. However, sometimes I get the notification on the UI screen and sometimes I do not get the notification. There is flakiness in…
Arpit Asati
  • 130
  • 2
  • 16
-3
votes
1 answer

AWS | Syntax error in module': invalid syntax

I have created python script which is uploaded as a zip file in AWS Lambda function with stompy libraries bundled in them. Logs for python 2.7:- Response: null Request ID: "c334839f-ee46-11e8-8970-612f1dc92e41" Function Logs: START RequestId:…
user10664125
1 2 3
95
96