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

[camel] branch regen_bot updated (6f40d48 -> 80a9282)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 6f40d48  Regen
     add e4d6461  CAMEL-16358: camel-spring-rabbitmq - Configure consumer retry strategies more easily
     add 80a9282  Regen for commit e4d646128b35a91a86c183f9619e7e3d466ed55c

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/spring-rabbitmq.json  |  11 +-
 .../catalog/docs/spring-rabbitmq-component.adoc    |  13 +-
 .../SpringRabbitMQComponentConfigurer.java         |  27 ++++
 .../SpringRabbitMQEndpointConfigurer.java          |  21 ++++
 .../SpringRabbitMQEndpointUriFactory.java          |   6 +-
 .../component/springrabbit/spring-rabbitmq.json    |  11 +-
 .../src/main/docs/spring-rabbitmq-component.adoc   |  13 +-
 .../DefaultListenerContainerFactory.java           |  25 ++++
 .../springrabbit/SpringRabbitMQComponent.java      |  52 +++++++-
 .../springrabbit/SpringRabbitMQEndpoint.java       |  48 +++++++-
 .../dsl/SpringRabbitmqComponentBuilderFactory.java |  90 ++++++++++++++
 .../dsl/SpringRabbitMQEndpointBuilderFactory.java  | 136 +++++++++++++++++++++
 .../ROOT/pages/spring-rabbitmq-component.adoc      |  13 +-
 13 files changed, 453 insertions(+), 13 deletions(-)