-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to he…
-
- **Package Name**: azure-servicebus
- **Package Version**: 7.12.3
- **Operating System**: Linux
- **Python Version**: 3.8.20
**Describe the bug**
When scheduling a large message (>1MB) over AMQP to …
-
Operator called default onErrorDropped
reactor.core.Exceptions$ErrorCallbackNotImplemented: com.azure.core.amqp.exception.AmqpException: Connection refused: no further information, errorContext[NAME…
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to he…
-
# Issue Description
Content type for JSON messages via AMQP mainly "application/octet-stream" and sometimes "application/json".
# Expected Result
JSON messages should have "application/json" …
isbm updated
7 months ago
-
I'm running into something unexpected where even after machinery processes and acks messages they are remaining in rabbitmq in a `ready` status. I can observe this by running the example and then l…
-
in documentation is stated that to consume you need to run:
```
bin/console messenger:consume-messages amqp
```
my question is how to run this in PROD environment because in doc there is not i…
-
Hi my application is using aio-pika=9.4.1 to connect to a rabbitmq. I'm testing under docker environment and if I manually shutdown rabbit I see following log messages:
```
Unexpected connection clo…
-
Using `queue_declare(queue_name, passive=True)`, you can ask the broker how many messages are in a queue.
https://docs.celeryq.dev/projects/amqp/en/latest/reference/amqp.channel.html#amqp.channel.C…
-
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…