{"id":27294510,"url":"https://github.com/nerdalert/rabbitmq-client-it","last_synced_at":"2025-04-11T22:53:19.251Z","repository":{"id":30639739,"uuid":"34195276","full_name":"nerdalert/rabbitmq-client-it","owner":"nerdalert","description":"RabbitMQ Client IT Tests","archived":false,"fork":false,"pushed_at":"2015-04-19T07:08:22.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T22:53:15.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nerdalert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-19T05:50:38.000Z","updated_at":"2015-04-19T07:08:22.000Z","dependencies_parsed_at":"2022-09-01T13:30:45.992Z","dependency_job_id":null,"html_url":"https://github.com/nerdalert/rabbitmq-client-it","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdalert%2Frabbitmq-client-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdalert%2Frabbitmq-client-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdalert%2Frabbitmq-client-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdalert%2Frabbitmq-client-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nerdalert","download_url":"https://codeload.github.com/nerdalert/rabbitmq-client-it/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492951,"owners_count":21113162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-11T22:53:18.633Z","updated_at":"2025-04-11T22:53:19.241Z","avatar_url":"https://github.com/nerdalert.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### RabbitMQ Client IT Tests\n\nI needed to verify some amqp instances and the existing client tools were taking me longer to be useful then just rolling what I needed here. fork, rip, PR anything that is helpful.\n\nIt  adds and deletes queues on a remote RabbitMQ instance using amqp wire proto (in this case 5672/tcp) for messaging.\n\n### Build\n\n    go get github.com/nerdalert/rabbitmq-client-testing\n\nor\n\n    git clone https://github.com/nerdalert/rabbitmq-client-it.git\n    cd rabbitmq-client-it\n    go build \n\n### Run\n\nafter `go build`, you will have a binary in the root dir you can run with:\n\n    ./rabbitmq-client-it \\\n    -s fubijar.com \\\n    -u username \\\n    -p topsecpassword \\\n    -v vhostname \\\n    -q anyname \\\n    -t 3\n\n### Help / Usage\n\n    Usage:\n      main [OPTIONS] [collector IP address] [collector port number]\n    \n    Application Options:\n      -s, --server= (required) target ip or domain name of the amqp service\n      -u, --user= (required) username of the target amqp host\n      -p, --pass (required) password of the target amqp host\n      -v, --vhost (required)  name of the amqp vhost\n      -t, --test (default is BOTH) warning: Don't use a production queue. The delete will not descriminate.\n            1) Add a queue.\n            2) Delete a queue.\n            3) Both.\n      -dbg, --debug (optional) print debug information (warning: prints username/passwd to stdout)\n      -\n    \n    Example:\n    \n        ./rabbitmq-client-it -h amqp.foo.org -u grumpy -p cat -v vhostname -q testqueue -t 3\n        - with debug logs to stdout\n        ./rabbitmq-client-it -h amqp.foo.org -u grumpy -p cat -v vhostname -q testqueue -t 3 -d\n    \n    Help Options:\n      -h, --help    Show this help message\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerdalert%2Frabbitmq-client-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnerdalert%2Frabbitmq-client-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerdalert%2Frabbitmq-client-it/lists"}