This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch rabbitmq
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 0b8bdf7 CAMEL-16003: camel-spring-rabbitmq - New component using
spring client
new 8721432 Fixed wrong label in camel-rabbitmq option
new 4659abc2 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:
.../camel/catalog/docs/rabbitmq-component.adoc | 2 +-
.../catalog/docs/spring-rabbitmq-component.adoc | 3 +-
.../apache/camel/component/rabbitmq/rabbitmq.json | 2 +-
.../src/main/docs/rabbitmq-component.adoc | 2 +-
.../camel/component/rabbitmq/RabbitMQEndpoint.java | 2 +-
components/camel-spring-rabbitmq/pom.xml | 24 ----
.../springrabbit/RabbitMQEndpointConfigurer.java | 6 +
.../springrabbit/RabbitMQEndpointUriFactory.java | 3 +-
.../component/springrabbit/spring-rabbitmq.json | 1 +
.../src/main/docs/spring-rabbitmq-component.adoc | 3 +-
.../springrabbit/EndpointMessageListener.java | 74 ++++++++---
.../component/springrabbit/RabbitMQConsumer.java | 1 +
.../component/springrabbit/RabbitMQEndpoint.java | 19 ++-
.../component/springrabbit/RabbitMQProducer.java | 81 ++++++++++--
.../integration/RabbitMQInOutIntTest.java} | 26 ++--
.../dsl/RabbitMQEndpointBuilderFactory.java | 139 +++++++++++++++++++++
.../modules/ROOT/pages/rabbitmq-component.adoc | 2 +-
.../ROOT/pages/spring-rabbitmq-component.adoc | 3 +-
18 files changed, 325 insertions(+), 68 deletions(-)
copy
components/{camel-test/src/test/java/org/apache/camel/test/patterns/SimpleMockTest.java
=>
camel-spring-rabbitmq/src/test/java/org/apache/camel/component/springrabbit/integration/RabbitMQInOutIntTest.java}
(59%)