-
I am regulary getting BackPressureFailures from my RabbitMQ consumer in my Quarkus (2.12.2-Final, Java 17) application.
```
io.smallrye.mutiny.subscription.BackPressureFailure: Buffer full, cannot…
-
## Actual Behavior
1. We are sending messages using mule-module-servicebus 1.3.1 and the AMQ protocol
2. We are receiving the message using the new service bus client for dotnet (v 3.0.0)
3. The Bo…
-
Using kombu that is shipped with celery, in independent workers with asynchronous Hub.
Since August we didn't have any issues.
But recently about 10 days ago started to experience continuous issu…
-
I'm experimenting with this Quarkus extension to see if I can consume messages from a RabbitMQ queue.
I have installed the AMQP-1.0 plugin to RabbitMQ and am able to connect my Quarkus application.
…
-
## Why
A task to build auto-complete index from the addresses that users sent mails to in the SENT mailbox.
Would help us in several cases:
- We can not reindex the contact indices.
e.g. https:/…
-
When doing the following:
`$mq->queue_bind(1, $queuename, $exchangename, '', {'header' => 'value'})`
The binding is shown in the rabbitmq web interface with the custom arguments 'header: value', howe…
-
### First of all, thanks for the great work here!
---
#### Introduction
Until here we have a lot of possibilities considering http. I observed an issue introducing the gRPC idea. It is all grea…
-
I'm using BadgerDB as persistent DB and when trying to publish around 500K messages with `Persistent` messages for testing without any delay, it causes publisher to freeze.
```go
package main
i…
-
Some of the AMQP brokers log their events and traces in exchanges (e.g. Rabbitmq amq.rabbitmq.event).
These kind of messages are useful for auditing brokers and we would like to consume them with g…
p-8-z updated
3 years ago
-
We have severe performance problems with node-amqp when under load in production. To reproduce I created this little publisher program:
``` JavaScript
var amqp = require('amqp');
var conn = amqp.cr…