Registry / messaging / streadway-amqp

streadway-amqp

JSON →
library1.1.0gogounverified

Package amqp is an AMQP 0.9.1 client with RabbitMQ extensions for publishing and consuming messages.

go get github.com/streadway/amqp
INSTALL
IMPORT
SIG · STREADWAY-AMQP
S
streadway-amqp
messaginggov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

amqp
github.com/streadway/amqp

Connects to a RabbitMQ server using AMQP.

package main import ( "fmt" "github.com/streadway/amqp" ) func main() { conn, err := amqp.Dial("amqp://guest:guest@localhost:5672/") if err != nil { fmt.Println("Error:", err) return } defer conn.Close() fmt.Println("Connected to RabbitMQ") }
Debug
Known issues
breakingThis package is unmaintained; consider using github.com/rabbitmq/amqp091-go instead.
fix
Replace import with github.com/rabbitmq/amqp091-go and update API calls accordingly.
affects: >=1.0.0
Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
17
OpenAI (training)
1
Resources
streadway-amqp — go get streadway-amqp · libregistry