celery/kombu
Messaging library for Python. observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 99
- Release rhythm 63
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 23
- age_days: 5915
- days_rel: 247
- days_push: 7
- n_releases_24m: 10
Adoption not part of the score
3136 stars · 1026 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Kombu is a Python messaging library providing an idiomatic high-level interface to the AMQP protocol and pluggable transports for RabbitMQ, Redis, Amazon SQS, MongoDB, and more. It handles message serialization, compression, connection error recovery, and consistent exception handling across transports.
Use cases
- send and receive messages with RabbitMQ from Python
- switch message brokers without changing application code
- use Redis or Amazon SQS as a message queue in Python
- build producer-consumer task queues
- serialize and compress message payloads across transports
- handle AMQP connection and channel errors gracefully
When to choose
- you need a high-level AMQP abstraction in Python
- you want transport portability across RabbitMQ, Redis, SQS, or MongoDB
- you are building or extending Celery-based systems
- you need reliable message encoding, compression, and error recovery
When to avoid
- you need a full distributed task scheduler rather than messaging primitives (use Celery)
- you work outside the Python ecosystem
- you need a standalone message broker server (Kombu is a client library)
Facets
library · maturity stable
message-queue serialization http-client microservices backend python cross-platform amqp rabbitmq redis sqs celery message-broker producer-consumer messaging python
2 sources
- readme: https://github.com/celery/kombu · fetched 2026-08-28 · 4615c53a2095
- registry_pypi: https://pypi.org/pypi/kombu/json · fetched 2026-08-29 · 86c63778933a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| celery/kombu | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem