kombu icon indicating copy to clipboard operation
kombu copied to clipboard

Messaging library for Python.

Results 197 kombu issues
Sort by recently updated
recently updated
newest added

It's my understanding that defining a visibility timeout is only applied during SQS queue creation. This is described in https://github.com/celery/celery/pull/7234 As a user, it is unexpected behavior that once a...

Issue Type: Feature Request
Component: Amazon SQS Broker

```console + /usr/bin/python3 -Bm pytest -ra --ignore t/unit/transport/test_pyro.py --ignore t/unit/transport/test_azureservicebus.py --ignore kombu/transport/azureservicebus.py =========================================================================== test session starts ============================================================================ platform linux -- Python 3.8.9, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 Using --randomly-seed=2939350551 rootdir: /home/tkloczko/rpmbuild/BUILD/kombu-5.1.0, configfile:...

Status: Works For Me
Issue Type: Bug Report
Status: Cannot Reproduce

related https://github.com/celery/py-amqp/pull/368

Issue Type: Optimization

Hi, I'm getting this, not very often -- I think when it tries to publish ``` /foo/bar/lib/python2.7/site-packages/amqp/connection.py:321: AMQPDeprecationWarning: The .transport attribute on the connection was accessed before the connection was...

Component: AMQP Broker
Issue Type: Bug Report
Component: pyamqp

I noticed that Kombu uses a custom JSON Serializer to handle things that could be strings (like UUIDs and Django-related things). I would propose an extension to that to handle...

Issue Type: Enhancement
Component: Serialization

Let's define the scopes and goals for Kombu 6 in the Celery 6 & next gen era.

It appears the use of `__file__` here looks unnecessary, at least for kombu purposes but I dont know about all of the dependencies which might need it. See indygreg/PyOxidizer#69 for...

Status: Needs Verification

Hello. I've some problem with using Azure Bus (https://kombu.readthedocs.io/en/latest/reference/kombu.transport.azureservicebus.html) as transport. Here [https://kombu.readthedocs.io/en/latest/userguide/examples.html] you have two example. First one (hello world) works good with default url from example and with...

Component: Azure ServiceBus Broker

it's deprecated https://docs.python.org/3/library/distutils.html And causing some issues in CI: Traceback (most recent call last): File "setup.py", line 60, in scheme['data'] = scheme['purelib'] KeyError: 'purelib'

Hi As we can see, pywin32 and pyrabbit are used as dependencies in source code. Here I show pyrabbit in the following screenshot and pywin32 also can be found in...