-
### Describe the bug
Opentelemetry Javaagent + rabbit mq stomps get error with following message
```
java.lang.IllegalStateException: No header accessor (not using the SimpMessagingTemplate?):
…
-
I set up a new VM, I followed the instructions on a the wiki. I did this successfully for creating one compute worker, but when I went to create a second I got an error.
I confirmed I have the rig…
-
- [link](https://mp.weixin.qq.com/s/888DjTRE31ItckGYPVa3pA)
## concept
1. Exchange:
- 如果不指定 Exchange 的话, RabbitMQ 默认使用[AMQP default], `需要将 routing key 等于 queue name 相同`
2. name/type:
- fa…
-
Test mosquitto as MQTT protocol
```
services:
mosquitto:
image: eclipse-mosquitto:latest
container_name: mosquitto
volumes:
- ./mosquitto.conf:/mosquitto/config/mosquitto.conf
…
-
## 🧐어떤 기능인가요?
>`RabbitMQ`는 대량의 메세지를 처리할 수 있는 메세지 브로커
AMQP를 준수하고 있어서 이에 맞춰 코드를 개발하면 메세지 대기열(queue) 시스템을 쉽게 구축 할 수 있음
NestJS에서 (MSA 아키텍처 구현을 위해) RabbitMQ를 지원하고 있기 때문에, 이를 활용하면 됨
## ☑️왜 필요한가요?
> 알…
-
# Rabbit Mq Study | 长亭远望的博客
Rabbit Mq Study
[http://localhost:1313/post/rabbit-mq-study/](http://localhost:1313/post/rabbit-mq-study/)
-
**Describe the bug**
I am following the getting started guide to run conductor using docker for the first time. I cannot start the containers, however. I can build the containers, but whenever I try …
-
**Feature:**
Instrumentation for Reactive RabbitMQ
**Example Scenario**
Sleuth tracing does not work any more, after we have switched to the reactive rabbit mq implementation (reactor.rabbitmq.se…
-
spring.rabbitmq.host=localhost
spring.rabbitmq.port=5672
spring.rabbitmq.username=guest
spring.rabbitmq.password=guest
-
I'm (Jeremy) interested in seeing what [Project Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/messaging/rabbitmq-client-component?tabs=dotnet-cli) could do in conjunction with Wolverine.
…