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 0ff3783 CAMEL-12335: Fixed NPE in camel-sjms consumer if
synchronous=true. Polished the logging code a bit.
new 441bcf2 CAMEL-12330: Added camel-example-rabbitmq
new 2434c8f CAMEL-12330: Polished
new ea21180 CAMEL-12330: Make camel-rabbitmq endpoint uri syntax like the
other messaging components. Deprecate the old syntax.
new 0c0face CAMEL-12330: Allow to configure more option on rabbitmq
component level.
new fd11cdd CAMEL-12330: Allow to configure more option on rabbitmq
component level.
The 5 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:
.../src/main/docs/rabbitmq-component.adoc | 76 +++++++++---
.../component/rabbitmq/RabbitMQComponent.java | 135 +++++++++++++++++++--
.../camel/component/rabbitmq/RabbitMQEndpoint.java | 37 +++---
.../component/rabbitmq/RabbitMQComponentTest.java | 4 +-
.../component/rabbitmq/RabbitMQEndpointTest.java | 7 +-
.../RabbitMQLookupConnectionFactoryTest.java} | 32 ++---
examples/README.adoc | 8 +-
.../pom.xml | 10 +-
examples/camel-example-rabbitmq/readme.adoc | 29 +++++
.../java/sample/camel/SampleCamelApplication.java | 13 ++
.../main/java/sample/camel/SampleCamelRouter.java | 14 +--
.../src/main/resources/application.properties | 13 +-
examples/pom.xml | 1 +
.../springboot/RabbitMQComponentConfiguration.java | 81 +++++++++++++
14 files changed, 364 insertions(+), 96 deletions(-)
copy
components/{camel-zipkin/src/test/java/org/apache/camel/zipkin/ZipkinSpanReporterInRegistryTest.java
=>
camel-rabbitmq/src/test/java/org/apache/camel/component/rabbitmq/RabbitMQLookupConnectionFactoryTest.java}
(61%)
copy examples/{camel-example-spring-boot => camel-example-rabbitmq}/pom.xml
(94%)
create mode 100644 examples/camel-example-rabbitmq/readme.adoc
copy examples/{camel-example-validator-spring-boot =>
camel-example-rabbitmq}/src/main/java/sample/camel/SampleCamelApplication.java
(73%)
copy examples/{camel-example-spring-boot =>
camel-example-rabbitmq}/src/main/java/sample/camel/SampleCamelRouter.java (75%)
copy examples/{camel-example-spring-boot-xml =>
camel-example-rabbitmq}/src/main/resources/application.properties (84%)
--
To stop receiving notification emails like this one, please contact
[email protected].