-
I have an ActiveMQ setup where messages from an external system are coming in and should be consumed with the Symfony messenger.
This basically works, which means some messages are handled. The issue…
-
Support stomp 1.1
-
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 …
-
类似stomp.js 的连接, 订阅, 退订等功能
-
With latest vertx 4.5.11 i think the stomp protocol is not respected during the connect exchange because vertx add some default header followed by \n this will prevent client from reading headers
…
-
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 …
-
能否给个前后端的demo,以及是否支持stomp协议的订阅?
-
In addition to HTTP-based differential synchronization, Spring Sync should support the ability to handle and send patches over WebSocket/STOMP.
-
Auto-reconnect of the underlying web socket was provided with https://github.com/joffrey-bion/krossbow/issues/94, but this is not sufficient for a painless reconnect experience using STOMP.
The `St…
-
```
Was receiving deprecation warning for "send" method, staging it was being
deprecated in favor of the "publish" method. A quick fix to silence the warning
is to add the following method to active…