streadway/amqp
Go client for AMQP 0.9.1 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 5243
- days_rel: n/a
- days_push: 1091
- n_releases_24m: 0
Adoption not part of the score
4926 stars · 609 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Go client library implementing the AMQP 0.9.1 protocol, primarily targeting RabbitMQ as the message broker server. It is explicitly unmaintained since 2022, with rabbitmq/amqp091-go recommended as its successor.
Use cases
- connect to RabbitMQ from a Go application
- publish and consume AMQP 0.9.1 messages in Go
- declare queues and exchanges over AMQP
- build a producer/consumer pipeline with RabbitMQ
- integrate message queuing into a Go microservice
When to choose
- maintaining legacy Go code already importing this package
- you need a frozen, API-stable AMQP 0.9.1 client with no changes
- reading or auditing existing production systems built on it
When to avoid
- starting a new Go project - use rabbitmq/amqp091-go instead
- you need auto-reconnect or topology re-synchronization
- you need AMQP 1.0 or protocol negotiation
- you need authentication mechanisms beyond PLAIN and EXTERNAL
- you expect active maintenance, bug fixes, or security updates
Facets
library · maturity abandoned
message-queue database-driver backend developer-tools go cross-platform amqp rabbitmq abandonware deprecated protocol-client messaging
5 sources
- readme: https://github.com/streadway/amqp · fetched 2026-08-28 · 4cbaa026a670
- homepage: http://godoc.org/github.com/streadway/amqp · fetched 2026-08-29 · b6d2655b80c3
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://pkg.go.dev/github.com/streadway/amqp · fetched 2026-08-29 · e7d736032a56
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| streadway/amqp | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem