auxmoney/opentracing-bundle-amqplib-rabbitmq
Adopt if:
php-amqplib/rabbitmq-bundle) for messaging.Look elsewhere if:
*"This package lets us automatically trace messages across our microservices using RabbitMQ—without manual instrumentation. Think of it like adding GPS tracking to every message sent between services. For example:
*"This bundle extends OpenTracingBundle to auto-instrument RabbitMQ producers/consumers in Symfony. Key benefits:
php-amqplib/rabbitmq-bundle.*"Here’s how to use it:
composer req auxmoney/opentracing-bundle-amqplib-rabbitmq
bundles.php (Symfony Flex handles this automatically).order_created queue → Notification service consumes it.API Request → [Order Service] → [RabbitMQ: order_created] → [Notification Service]
Debugging Tip: Use the span.origin tag to distinguish between producer/consumer spans.
Gotchas:
How can I help you explore Laravel packages today?