essobedo commented on code in PR #10325:
URL: https://github.com/apache/camel/pull/10325#discussion_r1225494188


##########
components/camel-spring-rabbitmq/src/main/java/org/apache/camel/component/springrabbit/SpringRabbitMQConstants.java:
##########
@@ -23,12 +23,47 @@ public final class SpringRabbitMQConstants {
     public static final String DEFAULT_EXCHANGE_NAME = "default";
 
     public static final String CHANNEL = "CamelSpringRabbitmqChannel";
-    @Metadata(description = "The exchange key.", javaType = "String")
+    @Metadata(description = "Producer: To override the endpoint 
configuration's routing key.", javaType = "String")
     public static final String ROUTING_OVERRIDE_KEY = 
"CamelSpringRabbitmqRoutingOverrideKey";
-    @Metadata(description = "The exchange name.", javaType = "String")
+    @Metadata(description = "Producer: To override the endpoint 
configuration's exchange name.", javaType = "String")
     public static final String EXCHANGE_OVERRIDE_NAME = 
"CamelSpringRabbitmqExchangeOverrideName";
-    @Metadata(description = "Delivery tag for manual acknowledge mode", 
javaType = "long")
+    @Metadata(description = "Consumer: Whether the message was previously 
delivered and requeued.", javaType = "Boolean")

Review Comment:
   If it is only meant for the consumer, you could rather set the label to 
"consumer"



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to