Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vpro/vpro-camel

Camel components
https://github.com/vpro/vpro-camel

camel camel-component

Last synced: 28 days ago
JSON representation

Camel components

Awesome Lists containing this project

README

        

= vpro-camel
:toc:

image:https://github.com/vpro/vpro-camel/workflows/build/badge.svg?[Build Status,link=https://github.com/vpro/vpro-camel/actions?query=workflow%3Abuild]
image:https://img.shields.io/maven-central/v/nl.vpro.camel/camel-parent.svg?label=Maven%20Central[Maven Central,link=https://search.maven.org/search?q=g:%22nl.vpro.camel%22]
image:http://www.javadoc.io/badge/nl.vpro.camel/camel-parent.svg?color=blue[javadoc,link=http://www.javadoc.io/doc/nl.vpro.camel/camel-filewatcher]
image:https://img.shields.io/nexus/s/https/oss.sonatype.org/nl.vpro.camel/camel-parent.svg[snapshots,link=https://oss.sonatype.org/content/repositories/snapshots/nl/vpro/camel/]
image:https://codecov.io/gh/vpro/vpro-camel/branch/main/graph/badge.svg[codecov,link=https://codecov.io/gh/vpro/vpro-camel]

== Camel components

We are using some custom-made camel components.

=== Camel filewatcher

Supports 'file watching'.

=== Camel SCP

An alternative to `camel-jsch`. Jsch is old and not very well-supported.

This module uses command line 'scp', which is very robust and very well tested. Much more so than jsch, or sshj.

It is more or less a drop in replacement for `camel-jsch` itself.

A few details are different

- `connectTimeout`: also accepts ISO_8601 durations like `PT30s` (which can be simplified to `T30s` or `30s`)
- `privateKeyFile`: may also pick up the key from the environment when prefixed with 'env:'

=== Camel newrelic

Provides some integration with https://newrelic.com[newrelic].