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

pyamqp==5.1.1 I used below sample code for testing. If set heartbeat, the connection will be killed by rabbitmq server. If disable heartbeat by set zero value, the code works very...

Looks like new sphinx shows some warning on building documentation ```console + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx running build_sphinx Running Sphinx v4.1.2 making output directory... done loading intersphinx...

I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. -...

Fix RecursionError because of repeated channel reconnections.

Steps to reproduce: 1. ensure that `test_exc` exchange does not exist 2. execute the code below Example code: ```python import amqp conn = amqp.Connection(host='localhost') conn.connect() ch = conn.channel(channel_id=1) ch.basic_publish(msg=amqp.Message(body=b'Hello world'),...

Issue Type: Bug

If the channel is reopened (in the event of a channel error, such as exchange not found), _confirm_selected should be set to False again, otherwise the client will continue to...

I'm running a celery worker which uses a RabbitMQ broker via an SSL connection. From time to time we're seeing an error in our logs ``` SSLError(1, '[SSL: PROTOCOL_IS_SHUTDOWN] protocol...

Issue Type: Bug
Component: Connection
Component: SSL

Hi there and thanks for using pyup.io! Since you are using a non-default config I've created one for you. There are a lot of things you can configure on top...