py-amqp icon indicating copy to clipboard operation
py-amqp copied to clipboard

amqplib fork

Results 50 py-amqp issues
Sort by recently updated
recently updated
newest added

Hello, do py-amqp support the creation of Virtual Hosts

### Environment info: pyamqp version 5.2.0 celery version 5.4.0 kombu version 5.3.7 RabbitMQ broker version 3.10.10 Worker pool type: gevent ### Issue: For the last couple of weeks, my team...

Hi folks, I'm developing a Flask application that utilizes Celery with RabbitMQ as the broker. Below are the version details of my dependencies: Flask=3.0.3 amqp=5.2.0 celery=5.4.0 kombu=5.3.7 RabbitMQ=3.12.13 I'm running...

**Description** When attempting to publish a message to an exchange that the user does not have permission to write to, the channel raises an `AccessRefused` error (403) as expected. However,...

As per https://www.rabbitmq.com/blog/2015/04/16/scheduling-messages-with-rabbitmq, if you use the delayed exchange, and set the x-delay header, the headers when it is received by the application on the other end (also using py-amqp),...

Hello, we're migrating an old codebase from py2 to py3 and similar to issue #323, we've encountered the same error with field-table. And similar again, the spec doesn't explicitly mention...

### Description When a socket timeout occurs during `basic_publish`, the library raises `RecoverableChannelError` instead of a connection error. This prevents proper connection recovery in e.g. Kombu's `ensure()` mechanism, as channel...

updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0)

I set up a celery + beat containers in ECS and used AWS MQ as the broker. However, my setup seems to be very prone to disconnections, where celery workers...

Python 3.8 reached its EOL on 2024-10-07[1]. [1] https://devguide.python.org/versions/