-
I have defined following tcp check in consul over stomp port (61650).
```
{
"id": "broker_check",
"name": "check if broker_master is listening on port…
-
Hi,
Searching about Celery support for [Stomp](https://stomp.github.io/) I've seen that the only implementation available is [kombu-stomp](https://github.com/ntteurope/kombu-stomp) project but it d…
-
Hello!
I'm not sure is an issue of this library but it could be so here it is what I'm stuck in:
I'm using https://pub.dartlang.org/packages/stomp as a communication protocol but using web_socke…
-
I coded a way to subscribe to an MQ queue using rxStomp. I have no problems everything works well but I would like to optimize my treatment by making it responsive and using promises but I am not comf…
-
When using Node and the websocket API (`Stomp.overWS('ws://...')`, if the server is unavailable (service is down, wrong URL, etc), `client.connect(...)` fails silently (neither success or failure call…
-
Getting below exception while onNext()
E/WebSocketsConnectionProvider: onError
rx.exceptions.OnErrorNotImplementedException
…
-
The WebSocket protocol has two parts: a handshake between the client and server and then data transfer.
During the data transfer portion of thecommunication, both the client and server can send messa…
-
I am trying to integrate STOMP on my reactNative Project...
When I open my debug mode everything works fine but when i close my debug mode and run it normally it is not able to fetch data//
alert(…
-
Hello everyone, i'm using stomp client websocket for building a constant connection between my front-end layer and the integration layer. Sometimes in about 50/50 when i login the websocket does not f…
alrms updated
4 years ago
-
Based on your setup, you might get error similar to following:
```
browser-crypto.js:3 Uncaught ReferenceError: global is not defined
at Object../node_modules/sockjs-client/lib/utils/browser-cr…