librabbitmq
librabbitmq copied to clipboard
Python bindings to librabbitmq-c
Build against on macOS Mojave 10.14.1 and failed. the config.log as followings, ------------------- The output of mine as followings, This file contains any messages produced by compilers while running configure,...
I got the following error on pip install of librabbitmq on high-sierra: https://gist.github.com/jeffersonheard/237a92723305cb19ae62186e0b34d54b I don't see anything *obvious*. It looks like some internal-ish macro changes broke the compile of the...
I am using the latest master branch of the git repo https://github.com/celery/librabbitmq and installing `librabbitmq==2.0.0` for Python 3.6 by following the instructions in the readme ## Using the development version...
Hey guys, I'm seeing a memory leak when using the 2.0.0 version of the library. Each call to **basic_publish** is increasing the memory consumption. You can check the code below...
Hi @ask, I would like to use this package, but the license situation is a bit confusing: The repo contains two licenses: 1. LICENSE-GPL-2.0 2. LICENSE-MPL-RabbitMQ However, both README.rst and...
I'm trying to build from source on Ubuntu 16.04, since the latest pypi release is 2 years old. The readme [says](https://github.com/celery/librabbitmq#using-the-development-version) to: - $ `git clone git://github.com/celery/librabbitmq.git` - $ `cd...
It seems sending a task with german umlauts triggers a : `UnicodeEncodeError: 'ascii' codec can't encode character '\xe4' in position xx: ordinal not in range(128)` Working example : ``` #...
when the publisher does not publish message for a long time, and then a message comes, the publisher will raise the error: "ConnectionError: Couldn't revive channel" **when i use the...
In __iniit__.py for rabbit mq qt line 191: `host, port = host.split(':')` Fails with ipv6 addresses, (e.g. amqp://user:password@[fe80::1]:4572/)
Just upgraded to librabbitmq 1.5.2 and celery 3.1.12 I'm getting a failure during one of my tasks that involves a large chord. Stacktrace (most recent call last): File "celery/app/trace.py", line...