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

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


    from 5b408b9  Fixed CS for Camel-Twitter
     new ab08e6e  CAMEL-13786: add delivery delay to jms component
     new dd29fb0  CAMEL-13786: regen
     new 4c2f7fb  CAMEL-13786: Integration test for JMS 2.0 deliveryDelay

The 3 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/activemq-component.adoc          |  3 +-
 .../camel-amqp/src/main/docs/amqp-component.adoc   |  3 +-
 .../camel-jms/src/main/docs/jms-component.adoc     |  6 ++-
 .../camel/component/jms/JmsConfiguration.java      | 32 +++++++++---
 .../endpoint/dsl/AMQPEndpointBuilderFactory.java   | 24 +++++++++
 .../dsl/ActiveMQEndpointBuilderFactory.java        | 25 ++++++++++
 .../endpoint/dsl/JmsEndpointBuilderFactory.java    | 24 +++++++++
 .../modules/ROOT/pages/activemq-component.adoc     |  3 +-
 .../modules/ROOT/pages/amqp-component.adoc         |  3 +-
 .../modules/ROOT/pages/jms-component.adoc          |  6 ++-
 .../jms/springboot/JmsComponentConfiguration.java  | 13 +++++
 .../camel/itest/jms2/Jms2DeliveryDelayTest.java    | 58 +++++++++++-----------
 12 files changed, 155 insertions(+), 45 deletions(-)
 copy 
core/camel-core/src/test/java/org/apache/camel/processor/OnCompletionWhenTest.java
 => 
tests/camel-itest-jms2/src/test/java/org/apache/camel/itest/jms2/Jms2DeliveryDelayTest.java
 (51%)

Reply via email to