You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/03/05 05:01:55 UTC

[camel] branch master updated (9757aa1 -> fa05e98)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 9757aa1  camel-netty - Small refactorings
     add fa05e98  CAMEL-16301 Allow endpoint to override prefetchCount from component (#5166)

No new revisions were added by this update.

Summary of changes:
 .../catalog/docs/spring-rabbitmq-component.adoc    |  3 +-
 .../SpringRabbitMQEndpointConfigurer.java          |  6 ++++
 .../SpringRabbitMQEndpointUriFactory.java          |  3 +-
 .../component/springrabbit/spring-rabbitmq.json    |  1 +
 .../src/main/docs/spring-rabbitmq-component.adoc   |  3 +-
 .../DefaultListenerContainerFactory.java           |  3 +-
 .../springrabbit/SpringRabbitMQComponent.java      |  1 +
 .../springrabbit/SpringRabbitMQEndpoint.java       | 11 ++++++++
 .../dsl/SpringRabbitMQEndpointBuilderFactory.java  | 32 ++++++++++++++++++++++
 .../ROOT/pages/spring-rabbitmq-component.adoc      |  3 +-
 10 files changed, 61 insertions(+), 5 deletions(-)