PHPackages                             auxmoney/opentracing-bundle-amqplib-rabbitmq - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. auxmoney/opentracing-bundle-amqplib-rabbitmq

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

auxmoney/opentracing-bundle-amqplib-rabbitmq
============================================

Symfony Opentracing bundle extension for amqplib/RabbitMq

v1.3.2(3y ago)135.6k1[1 PRs](https://github.com/auxmoney/OpentracingBundle-amqplib-RabbitMq/pulls)MITPHPPHP ^8.0

Since Apr 3Pushed 2y ago4 watchersCompare

[ Source](https://github.com/auxmoney/OpentracingBundle-amqplib-RabbitMq)[ Packagist](https://packagist.org/packages/auxmoney/opentracing-bundle-amqplib-rabbitmq)[ RSS](/packages/auxmoney-opentracing-bundle-amqplib-rabbitmq/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (14)Versions (14)Used By (0)

auxmoney OpentracingBundle - amqplib/RabbitMq
=============================================

[](#auxmoney-opentracingbundle---amqplibrabbitmq)

[![test](https://github.com/auxmoney/OpentracingBundle-amqplib-RabbitMq/workflows/test/badge.svg)](https://github.com/auxmoney/OpentracingBundle-amqplib-RabbitMq/actions?query=workflow%3Atest)[![GitHub release (latest SemVer)](https://camo.githubusercontent.com/3179619267dc65e90393232b1778f1bc46ecab389ce4ccf5e716c6d25ed7704f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d616d71706c69622d5261626269744d71)](https://github.com/auxmoney/OpentracingBundle-amqplib-RabbitMq/releases/latest)[![Codacy Badge](https://camo.githubusercontent.com/0117d0ab19e2a0f5fd94bea842d850b47f556097cf8f299198c33459f59316e3/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3066396139643861653130383465666161313165633434336361343236613735)](https://camo.githubusercontent.com/0117d0ab19e2a0f5fd94bea842d850b47f556097cf8f299198c33459f59316e3/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3066396139643861653130383465666161313165633434336361343236613735)[![Code Climate maintainability](https://camo.githubusercontent.com/057aeca41ef1d4d580be6ad7c372d1b31e578f0873f478848c1e970736a437b0/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d616d71706c69622d5261626269744d71)](https://camo.githubusercontent.com/057aeca41ef1d4d580be6ad7c372d1b31e578f0873f478848c1e970736a437b0/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d616d71706c69622d5261626269744d71)[![Scrutinizer code quality (GitHub/Bitbucket)](https://camo.githubusercontent.com/414bf73aeeff6060f3ea14ec25df2bce0021c483f0c13325685f141adf74e72d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d616d71706c69622d5261626269744d71)](https://camo.githubusercontent.com/414bf73aeeff6060f3ea14ec25df2bce0021c483f0c13325685f141adf74e72d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d616d71706c69622d5261626269744d71)[![GitHub](https://camo.githubusercontent.com/ce803b8a2c1f46cfabff920e9235a6c6b4423e15cd340354bebc70349267a71f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d616d71706c69622d5261626269744d71)](https://camo.githubusercontent.com/ce803b8a2c1f46cfabff920e9235a6c6b4423e15cd340354bebc70349267a71f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6175786d6f6e65792f4f70656e74726163696e6742756e646c652d616d71706c69622d5261626269744d71)

This bundle adds automatic tracing header propagation and spanning for [RabbitMq](https://github.com/php-amqplib/RabbitMqBundle) producers and consumers to the [OpentracingBundle](https://github.com/auxmoney/OpentracingBundle-core).

Installation
------------

[](#installation)

### Prerequisites

[](#prerequisites)

This bundle is only an additional plugin and should not be installed independently. See [its documentation](https://github.com/auxmoney/OpentracingBundle-core#installation) for more information on installing the OpentracingBundle first.

### Require dependencies

[](#require-dependencies)

After you have installed the OpentracingBundle:

- require the dependencies:

```
    composer req auxmoney/opentracing-bundle-amqplib-rabbitmq
```

### Enable the bundle

[](#enable-the-bundle)

If you are using [Symfony Flex](https://github.com/symfony/flex), you are all set!

If you are not using it, you need to manually enable the bundle:

- add bundle to your application:

```
    # Symfony 3: AppKernel.php
    $bundles[] = new Auxmoney\OpentracingAmqplibRabbitMqBundle\OpentracingAmqplibRabbitMqBundle();
```

```
    # Symfony 4+: bundles.php
    Auxmoney\OpentracingAmqplibRabbitMqBundle\OpentracingAmqplibRabbitMqBundle::class => ['all' => true],
```

Configuration
-------------

[](#configuration)

No configuration is necessary, the bundle extension will automatically decorate configured consumers and producers.

Usage
-----

[](#usage)

Whenever a message is produced or consumed, a span is automatically added to the existing trace. The tracing headers are automatically propagated to the consumer with message headers.

Development
-----------

[](#development)

Be sure to run

```
    composer run-script quality
```

every time before you push code changes. The tools run by this script are also run in the CI pipeline.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 58.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~102 days

Recently: every ~123 days

Total

12

Last Release

1106d ago

Major Versions

v0.1.3 → v1.0.02021-11-17

PHP version history (4 changes)v0.1.0PHP ^7.1.33

v0.1.3PHP ^7.3.27

v1.2.0PHP ^7.4|^8.0

v1.3.2PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/58fb41ad66c6b45096cad21d54aa1aacabcb9eedc8974664e1e6776327662816?d=identicon)[cawolf](/maintainers/cawolf)

![](https://www.gravatar.com/avatar/8c532f151bbf9c52f35ecbb5d1678d0216bf112c211468e91001b29a09d9e733?d=identicon)[guckykv](/maintainers/guckykv)

---

Top Contributors

[![cawolf](https://avatars.githubusercontent.com/u/1932623?v=4)](https://github.com/cawolf "cawolf (20 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (11 commits)")[![MollocH](https://avatars.githubusercontent.com/u/1143105?v=4)](https://github.com/MollocH "MollocH (2 commits)")[![filisko](https://avatars.githubusercontent.com/u/8798694?v=4)](https://github.com/filisko "filisko (1 commits)")

---

Tags

amqpamqplibauxmoneydistributed-tracingmessage-queuemessagingopentracingopentracing-bundlequeuerabbitmqsymfonysymfony-bundlesymfonyqueuerabbitmqmessagingmessage queueAMQPSymfony Bundleopentracingdistributed-tracingauxmoneyopentracing-bundleAMQPLib

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/auxmoney-opentracing-bundle-amqplib-rabbitmq/health.svg)

```
[![Health](https://phpackages.com/badges/auxmoney-opentracing-bundle-amqplib-rabbitmq/health.svg)](https://phpackages.com/packages/auxmoney-opentracing-bundle-amqplib-rabbitmq)
```

###  Alternatives

[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[auxmoney/opentracing-bundle-core

Symfony Opentracing bundle to easily enable distributed tracing

25904.4k9](/packages/auxmoney-opentracing-bundle-core)[enqueue/simple-client

Message Queue Simple Client

221.1M26](/packages/enqueue-simple-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
