davsclaus commented on a change in pull request #5166:
URL: https://github.com/apache/camel/pull/5166#discussion_r587429815
##########
File path:
components/camel-spring-rabbitmq/src/main/java/org/apache/camel/component/springrabbit/SpringRabbitMQEndpoint.java
##########
@@ -154,6 +154,10 @@
@UriParam(defaultValue = "false", label = "advanced",
description = "Sets whether synchronous processing should be
strictly used")
private boolean synchronous;
+ @UriParam(label = "consumer,advanced",
+ description = "Tell the broker how many messages to send in a
single request. Often this can be set quite high to improve throughput."
+ + " This param override the value from the
component.")
Review comment:
param -> parameter
But you do not have to tell this, its a common practice for Camel components
where options can be configured as default on component level, and override per
endpoint if needed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]