{"id":75452,"library":"isayme-go-amqp-reconnect","title":"Go AMQP Reconnect","description":"Provides automatic reconnection for AMQP (RabbitMQ) connections.","status":"active","version":"0.0.0-20210303120416-fc811b0bcda2","language":"go","source_language":null,"source_url":"https://github.com/isayme/go-amqp-reconnect","tags":["amqp","rabbitmq","reconnect","messaging"],"install":[{"cmd":"go get github.com/isayme/go-amqp-reconnect","lang":"bash","label":"Install github.com/isayme/go-amqp-reconnect"}],"dependencies":[],"imports":[{"symbol":"amqpreconnect","correct":"github.com/isayme/go-amqp-reconnect"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/isayme/go-amqp-reconnect\"\n\t\"github.com/streadway/amqp\"\n)\n\nfunc main() {\n\tconn, err := amqpreconnect.Dial(\"amqp://guest:guest@localhost:5672/\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer conn.Close()\n\tfmt.Println(\"Connected with auto-reconnect\")\n}","lang":"go","description":"Connect to RabbitMQ with automatic reconnection."},"warnings":[],"env_vars":null,"search_vec":"'amqp':2,8,11 'automat':5 'connect':10 'go':1 'messag':14 'provid':4 'rabbitmq':9,12 'reconnect':3,6,13","created_at":"2026-06-17T19:16:54.506197+00:00","updated_at":"2026-06-17T19:16:54.506197+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/isayme/go-amqp-reconnect","github":"https://github.com/isayme/go-amqp-reconnect","docs":"https://pkg.go.dev/github.com/isayme/go-amqp-reconnect#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-17","next_check":"2026-12-14","install_tag":null}}