Registry / messaging / rabbitmq-amqp091-go

rabbitmq-amqp091-go

JSON →
library1.11.0gogounverified

A Go client for RabbitMQ implementing the AMQP 0-9-1 protocol.

go get github.com/rabbitmq/amqp091-go
INSTALL
IMPORT
SIG · RABBITMQ-AMQP091-G
R
rabbitmq-amqp091-go
messaginggov1.11.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.

amqp091
github.com/rabbitmq/amqp091-go

Connects to a RabbitMQ server using AMQP 0-9-1.

package main import ( "github.com/rabbitmq/amqp091-go" ) func main() { conn, _ := amqp091.Dial("amqp://guest:guest@localhost:5672/") defer conn.Close() }
Debug
Known issues
breakingThis package replaces streadway/amqp; API is compatible but import path changed.
fix
Update import paths from github.com/streadway/amqp to github.com/rabbitmq/amqp091-go.
affects: >=1.0.0
Upgrade
Version history
1.11.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources