-
Please have a look at my code below. I can see in the logs that connection is opened but when I try to send message and check connection status it shows Disconnected. I have also tried
**client = St…
-
I am using ActiveMQ on AmazonMQ as a broker.
When I try to connect, It always shows the exemption message "Unable to connect broker". I am not sure is it an issues with logins or port?
```
requ…
-
use this tools to test follow stomp command
https://github.com/jasonrbriggs/stomp.py
Documented commands (type help ):
EOF begin help rollback sendfile stats ver
abort commit nack run sendrec subscr…
-
Hey. I have a STOMP server on a Spring Boot App deployed on an AWS server. The request goes through nginx.
The handshake to this Websocket server is alright using Postman, but I cannot do it using AP…
-
With:
```
stomp-1.4.9
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]
$ rspec --version
RSpec 3.8
- rspec-core 3.8.2
- rspec-expectations 3.8.4
- rspec-mocks 3.8.1
- rs…
-
### Environment
- Frontend: React Native
- Backend: Spring with STOMP
- React Native Version: `v13.6.6`
- `stompjs` Version: `v.7.4.0`
### Issue
- The logs keep showing me the connection is …
-
Fatal error: Uncaught Stomp\Exception\ConnectionException: Was not possible to write frame! Write operation timed out.
```
Fatal error: Uncaught Stomp\Exception\ConnectionException: Was not possib…
-
### Questions
Do not use this issue tracker to ask questions, instead use one of these [channels](https://vertx.io/community/). Questions will likely be closed without notice.
### Version
Whi…
-
### Checklist
- [X] I have read [Caveats](https://github.com/m-radzikowski/aws-sdk-client-mock#caveats) documentation and didn't find a solution for this problem there.
### Bug description
My…
-
[reference](https://stomp.github.io/stomp-specification-1.2.html)
>STOMP is a simple interoperable protocol designed for asynchronous message passing between clients via mediating servers. It defines…