-
```
What steps will reproduce the problem?
1. Configure reliable: false in broker.yml
2. Stop your message bus
3. Try to publish a message
What is the expected output? What do you see instead?
Expect…
-
I have downloaded the server example but I keep getting the same error. I have used the following server configurations:
```
@Configuration
@EnableWebSocket
@EnableWebSocketMessageBroker
class …
-
```
What steps will reproduce the problem?
1. Configure reliable: false in broker.yml
2. Stop your message bus
3. Try to publish a message
What is the expected output? What do you see instead?
Expect…
-
STOMP 1.2 doesn't seem to be supported correctly, as [RabbitMQ and Spring Websocket](https://github.com/rabbitmq/rabbitmq-stomp/issues/10#issuecomment-108556731) engineers have found out recently.
It…
-
```
What steps will reproduce the problem?
1. Configure reliable: false in broker.yml
2. Stop your message bus
3. Try to publish a message
What is the expected output? What do you see instead?
Expect…
-
https://github.com/jbeder/yaml-cpp/blob/774f25800e6f19f4b927023c85d1389af322da5e/CMakeLists.txt#L144-L147
https://github.com/jbeder/yaml-cpp/blob/774f25800e6f19f4b927023c85d1389af322da5e/CMakeLists…
-
While building air-traffic example, after running the command "gradle clean tomcatRun", I met the following errors, here are the logs:
> Task :air-traffic:tomcatRun
Starting ProtocolHandler ["htt…
-
> I think we will have a "stomp" attack, which immediately brings you out of the jump by pressing C in midair at an accelerated rate.
> I was expecting a new set of animations that make a lot more …
-
In JavaScript stomp client, I can use code below to set up a listener for each receiving endpoint:
```js
import SockJS from "sockjs-client";
import Stomp from "stomp-websocket";
let sock = new S…
-
#### Describe the feature
We have a STOMP server, that is created on some path, for example localhost:8080/watchApi/myStompServer
It is often case when API Gateway approach used in microservice …