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 1034a22 CAMEL-14594: Fixed NPE
new 7942712 CAMEL-6950: camel-sjms make the backoff a long so its simple
to configure. Also add better logging when refill happens.
new ed8d1e0 CAMEL-6950: Regen
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:
.../component/sjms/SjmsComponentConfigurer.java | 4 +++
.../component/sjms/SjmsEndpointConfigurer.java | 2 +-
.../org/apache/camel/component/sjms/sjms.json | 6 ++--
.../camel-sjms/src/main/docs/sjms-component.adoc | 8 ++++--
.../apache/camel/component/sjms/SjmsComponent.java | 33 ++++++++++++++++++++--
.../apache/camel/component/sjms/SjmsConsumer.java | 12 ++++++--
.../apache/camel/component/sjms/SjmsEndpoint.java | 18 +++++++-----
.../org/apache/camel/component/sjms2/sjms2.json | 4 +++
.../camel-sjms2/src/main/docs/sjms2-component.adoc | 8 ++++--
.../dsl/Sjms2ComponentBuilderFactory.java | 26 +++++++++++++++++
.../component/dsl/SjmsComponentBuilderFactory.java | 26 +++++++++++++++++
11 files changed, 127 insertions(+), 20 deletions(-)