Kibana version: 8.12.0
Elasticsearch version: 8.12.0
APM Server version: 8.12.0
APM Agent language and version: Java/1.49.0
Fresh install or upgraded from other version? Upgraded from 1.45.0
Is there anything special in your setup? Nothing specific
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
Hi team,
We encountered an issue, or rather a limitation, with the feature for the RabbitMQ plugin that allows changing the name of the transactions to use the Queues' names instead of the Exchange names. We're using RabbitMQ Java Client, version 5.19.0, without Spring framework. We tried to set the configuration following the documentation but without success, there is no change in the behavior with and without the config:
rabbitmq_naming_mode=QUEUE
After some investigation, we found out that this configuration is enabled only for the spring-rabbit-plugin, which is not mentioned in the documentation though.
We would like to ask, if there is an option to make this configuration available with all the RabbitMQ plugins, not only for Spring ones? This feature is really important to us because with the current implementation (with the exchange names) we can't trace our application properly and the transactions that we get are not useful at all.
Thank you in advance!