-
I am trying to connect to stomp over ssl and I get this error
```
SSL/TLS handshake failed
```
My sample:
```
-
When using the stilts-stomp-client on Android, during compilation I get the multiple dex files error:
`Error:Android Dex: [example.stomp] com.android.dex.DexException: Multiple dex files define Lorg/…
-
Hi
I get this error while implementing StompClient in Android..
////////////////////////////////////////////////////////////////////////
E/MainActivity: Error
…
-
[Open source link](https://www.callicoder.com/spring-boot-websocket-chat-example/)
## WebSocket
- is a communication protocol that makes it possible to establish a two-way communication channel b…
-
Hello,
I have an ActiveMQ server running on docker. I am sending messages to queue in a for loop to experiment but after 18 messages the client stops reading the messages. What could be the reason …
-
Hu I have this problem with the last android studio java 1.8..... the lib doesnt work when set the topic or try to connect...help I need this for urgent project.
java.lang.NoSuchMethodError: No vir…
-
Steps to reproduce:
1. install rabbit MQ as described in http://www.rabbitmq.com/web-stomp.html
2. write a simple client based on https://github.com/projectodd/stilts with `StompClient client = new St…
-
I can see in the debugger that it is StompJmsDurableTopicSubscriber that is used, and the TRACE level logging on the stomp connector in ActiveMQ yields:
```
2013-02-13 12:45:25,737 | TRACE | Sending:…
-
## Error Description
I am running a React JS application to connect to a local Spring Boot service. When running ```.activate()```, this error shows up:
```console
Uncaught runtime errors:
ERROR
…
-
Hi there
Sorry for so many bad news :) Another use case is when server disconnects after connection is established and before message is sent.
I create a loop of 100K messages to be sent and right …