You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-plugin/src/main/java/co/elastic/apm/agent/rabbitmq/ChannelInstrumentation.java
Copy file name to clipboardexpand all lines: apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-plugin/src/main/java/co/elastic/apm/agent/rabbitmq/ConsumerInstrumentation.java
Copy file name to clipboardexpand all lines: apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-plugin/src/test/java/co/elastic/apm/agent/rabbitmq/RabbitMQIT.java
.description("Defines whether the agent should use the exchangesor the queue for the naming of RabbitMQ Transactions. Valid options are `QUEUE` and `EXCHANGE`.\n" +
115
-
"Note that `QUEUE` only works when using RabbitMQ via spring-amqp."
114
+
.description("Defines whether the agent should use the exchanges, the routing key or the queue for the naming of RabbitMQ Transactions. Valid options are `QUEUE`, `ROUTING_KEY` and `EXCHANGE`.\n" +
115
+
"Note that `QUEUE` only works when using RabbitMQ via spring-amqp and `ROUTING_KEY` only works for the non spring-client."
116
116
)
117
117
.dynamic(true)
118
118
.tags("added[1.46.0]")
@@ -187,5 +187,9 @@ public enum RabbitMQNamingMode {
Copy file name to clipboardexpand all lines: docs/configuration.asciidoc
+6-6
Original file line number
Diff line number
Diff line change
@@ -2513,12 +2513,12 @@ Starting from version 1.43.0, the classes that are part of the 'application_pack
2513
2513
[[config-rabbitmq-naming-mode]]
2514
2514
==== `rabbitmq_naming_mode` (added[1.46.0])
2515
2515
2516
-
Defines whether the agent should use the exchangesor the queue for the naming of RabbitMQ Transactions. Valid options are `QUEUE` and `EXCHANGE`.
2517
-
Note that `QUEUE` only works when using RabbitMQ via spring-amqp.
2516
+
Defines whether the agent should use the exchanges, the routing key or the queue for the naming of RabbitMQ Transactions. Valid options are `QUEUE`, `ROUTING_KEY` and `EXCHANGE`.
2517
+
Note that `QUEUE` only works when using RabbitMQ via spring-amqp and `ROUTING_KEY` only works for the non spring-client.
# Defines whether the agent should use the exchangesor the queue for the naming of RabbitMQ Transactions. Valid options are `QUEUE` and `EXCHANGE`.
4707
-
# Note that `QUEUE` only works when using RabbitMQ via spring-amqp.
4706
+
# Defines whether the agent should use the exchanges, the routing key or the queue for the naming of RabbitMQ Transactions. Valid options are `QUEUE`, `ROUTING_KEY` and `EXCHANGE`.
4707
+
# Note that `QUEUE` only works when using RabbitMQ via spring-amqp and `ROUTING_KEY` only works for the non spring-client.
0 commit comments