{"id":21153039,"url":"https://github.com/opentracing-contrib/java-rabbitmq-client","last_synced_at":"2025-07-09T10:33:32.400Z","repository":{"id":57735984,"uuid":"88473108","full_name":"opentracing-contrib/java-rabbitmq-client","owner":"opentracing-contrib","description":"OpenTracing Instrumentation for RabbitMQ Client","archived":false,"fork":false,"pushed_at":"2020-10-13T08:20:05.000Z","size":215,"stargazers_count":9,"open_issues_count":2,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T22:11:19.645Z","etag":null,"topics":["java","opentracing","rabbitmq-client"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opentracing-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-17T05:12:25.000Z","updated_at":"2020-10-02T01:40:33.000Z","dependencies_parsed_at":"2022-08-24T13:40:49.054Z","dependency_job_id":null,"html_url":"https://github.com/opentracing-contrib/java-rabbitmq-client","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/opentracing-contrib/java-rabbitmq-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-rabbitmq-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-rabbitmq-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-rabbitmq-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-rabbitmq-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opentracing-contrib","download_url":"https://codeload.github.com/opentracing-contrib/java-rabbitmq-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-rabbitmq-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264440470,"owners_count":23608720,"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":["java","opentracing","rabbitmq-client"],"created_at":"2024-11-20T10:48:15.411Z","updated_at":"2025-07-09T10:33:31.887Z","avatar_url":"https://github.com/opentracing-contrib.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Released Version][maven-img]][maven] [![Apache-2.0 license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n# OpenTracing RabbitMQ Client Instrumentation\nOpenTracing instrumentation for RabbitMQ Client.\n\n## Installation\n\npom.xml\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.opentracing.contrib\u003c/groupId\u003e\n    \u003cartifactId\u003eopentracing-rabbitmq-client\u003c/artifactId\u003e\n    \u003cversion\u003eVERSION\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\n\n\n```java\n// Instantiate tracer\nTracer tracer = ...\n\n// Optionally register tracer with GlobalTracer\nGlobalTracer.register(tracer);\n\n// Decorate RabbitMQ Channel with TracingChannel\nTracingChannel tracingChannel = new TracingChannel(channel, tracer);\n\n// Send\ntracingChannel.basicPublish(...);\n\n// Get\nGetResponse response = tracingChannel.basicGet(queueName, false);\n\n// Consume\ntracingChannel.basicConsume(...);\n\n// Factory\nConnectionFactory factory = new TracingConnectionFactory(tracer);\nConnection connection = factory.newConnection();\n\n```\n\n## License\n\n[Apache 2.0 License](./LICENSE).\n\n[ci-img]: https://travis-ci.org/opentracing-contrib/java-rabbitmq-client.svg?branch=master\n[ci]: https://travis-ci.org/opentracing-contrib/java-rabbitmq-client\n[cov-img]: https://coveralls.io/repos/github/opentracing-contrib/java-rabbitmq-client/badge.svg?branch=master\n[cov]: https://coveralls.io/github/opentracing-contrib/java-rabbitmq-client?branch=master\n[maven-img]: https://img.shields.io/maven-central/v/io.opentracing.contrib/opentracing-rabbitmq-client.svg\n[maven]: http://search.maven.org/#search%7Cga%7C1%7Copentracing-rabbitmq-client\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentracing-contrib%2Fjava-rabbitmq-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentracing-contrib%2Fjava-rabbitmq-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentracing-contrib%2Fjava-rabbitmq-client/lists"}