elastic / apm-agent-java

https://www.elastic.co/guide/en/apm/agent/java/current/index.html
Apache License 2.0
562 stars 320 forks source link

Clarify rabbitmq naming mode support #3633

Closed JonasKunz closed 1 month ago

JonasKunz commented 1 month ago

What does this PR do?

A suer in the discussion forums raised that the QUEUE RabbitMQ naming mode only works for spring, which is true.

IINM, it is not possible to support this for the standard RabbitMQ client, because it doesn't seem to expose the queue name.

This PR clarifies the documentation that QUEUE is only functional when using spring-amqp.

Checklist