{"id":50130,"library":"streadway-amqp","title":"streadway/amqp","description":"Package amqp is an AMQP 0.9.1 client with RabbitMQ extensions for publishing and consuming messages.","status":"active","version":"1.1.0","language":"go","source_language":null,"source_url":"https://github.com/streadway/amqp","tags":["amqp","rabbitmq","messaging","queue"],"install":[{"cmd":"go get github.com/streadway/amqp","lang":"bash","label":"Install github.com/streadway/amqp"}],"dependencies":[],"imports":[{"symbol":"amqp","correct":"github.com/streadway/amqp"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/streadway/amqp\"\n)\n\nfunc main() {\n\tconn, err := amqp.Dial(\"amqp://guest:guest@localhost:5672/\")\n\tif err != nil {\n\t\tfmt.Println(\"Error:\", err)\n\t\treturn\n\t}\n\tdefer conn.Close()\n\tfmt.Println(\"Connected to RabbitMQ\")\n}","lang":"go","description":"Connects to a RabbitMQ server using AMQP."},"warnings":[{"fix":"Replace import with github.com/rabbitmq/amqp091-go and update API calls accordingly.","message":"This package is unmaintained; consider using github.com/rabbitmq/amqp091-go instead.","severity":"breaking","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'0.9.1':7 'amqp':3,6,17 'client':8 'consum':15 'extens':11 'messag':16,19 'packag':2 'publish':13 'queue':20 'rabbitmq':10,18 'streadway/amqp':1","created_at":"2026-06-15T04:41:12.111956+00:00","updated_at":"2026-06-15T04:41:12.111956+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/streadway/amqp","github":"https://github.com/streadway/amqp","docs":"https://pkg.go.dev/github.com/streadway/amqp#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}