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 f9560cc CAMEL-16003: camel-spring-rabbitmq - New component using spring client new 3c25367 CAMEL-16003: camel-spring-rabbitmq - New component using spring client new 4b10a49 CAMEL-16003: camel-spring-rabbitmq - New component using spring client The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../catalog/docs/spring-rabbitmq-component.adoc | 44 ++++++++++- .../springrabbit/RabbitMQComponentConfigurer.java | 6 ++ .../component/springrabbit/spring-rabbitmq.json | 1 + .../src/main/docs/spring-rabbitmq-component.adoc | 44 ++++++++++- .../DefaultListenerContainerFactory.java | 5 +- .../component/springrabbit/RabbitMQComponent.java | 14 ++++ .../component/springrabbit/RabbitMQConstants.java | 2 + .../component/springrabbit/RabbitMQEndpoint.java | 85 ++++++++++++++-------- .../dsl/SpringRabbitmqComponentBuilderFactory.java | 18 +++++ .../ROOT/pages/spring-rabbitmq-component.adoc | 44 ++++++++++- 10 files changed, 219 insertions(+), 44 deletions(-)