-
**Describe the bug**
I have set up a process definition with a start event using the event registry linked to a RabbitMQ channel.
Everything works as expected when sending a message to the RabbitM…
-
https://blog.belonk.com/c/spring_amqp.html
Spring AMQP 是 Spring 对 AMQP 协议的封装和扩展,提供了消息发送和接收的模板。Spring AMQP由spring-amqp和spring-rabbit两个模块组成。spring-amqp模块位于org.springframework.amqp.core包,它的目标是提供不依赖于任何…
-
Spring Cloud Bus rabbit binder fails to recover from an extended network outage. If the outage is long enough for RabbitMQ to have deleted the exclusive queue, because it detected the client had gone …
-
It's cool that you can hit the `/refresh` endpoint to refresh the configuration for a single app instance. But what about when you have N app instances running? It's pretty tedious to execute for eac…
-
### Describe the bug
I am trying to work with quarkus-smallrye-reactive-messaging-rabbitmq in an environment where RabbitMQ is configured with a limited number of messages (overflow of type "reject-p…
-
Hi there,
If I am reading current code correctly, it's just reading attributes from MBeans.
Some times, the server gives out metrics by calling operations, here's an example from SpringBoot:
``…
-
http://www.ityouknow.com/springboot/2016/11/30/spring-boot-rabbitMQ.html
RabbitMQ 即一个消息队列,主要是用来实现应用程序的异步和解耦,同时也能起到消息缓冲,消息分发的作用。
-
in issue #73 @thpeng found a config setting which helps that restarting services don fail to start due to weird que problems.
Maybe there should be a visible warning or hint that using the differen…
-
Hi
Step 5 under heading:Configure your downloaded Spring Boot Application to use Application Insights
shows: telemetryClient.trackDependency("SQL", "Insert", new Duration(0, 0, 1, 1, 1), tru…
-
We should work towards having vert.x/netty/... alternative components in Camel and using those instead of the ones that rely on Spring.
Why: our Spring hacks are hard to maintain.
- [ ] Springle…