Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D6695200CF8 for ; Thu, 14 Sep 2017 21:26:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D60741609C6; Thu, 14 Sep 2017 19:26:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6E00B1609D2 for ; Thu, 14 Sep 2017 21:26:07 +0200 (CEST) Received: (qmail 4138 invoked by uid 500); 14 Sep 2017 19:26:06 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 3642 invoked by uid 99); 14 Sep 2017 19:26:06 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Sep 2017 19:26:06 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 70B2A3A0DBA for ; Thu, 14 Sep 2017 19:26:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1018162 [32/36] - in /websites/production/camel/content: ./ 2017/09/ 2017/09/14/ cache/ index.userimage/ Date: Thu, 14 Sep 2017 19:25:53 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170914192601.70B2A3A0DBA@svn01-us-west.apache.org> archived-at: Thu, 14 Sep 2017 19:26:11 -0000 Modified: websites/production/camel/content/transport.html ============================================================================== --- websites/production/camel/content/transport.html (original) +++ websites/production/camel/content/transport.html Thu Sep 14 19:25:46 2017 @@ -91,126 +91,126 @@

Apache Camel supports a number of different plugable componets for talking to different transports. The transports is implement as Camel components.

Components Included

Camel includes the following Component implementations via URIs.

important

Make sure to read How Do I Configure Endpoints? to learn more about configuring endpoints. For example how to refer to beans in the Registry or how to use raw values for password options, and using property placeholders etc.

Compo nent / ArtifactId / URI

Description

AHCcamel-ahc

-

To call external HTTP services using Async Http Client

AHC-WS camel-ahc-ws

-


 To exchange data with external Websocket servers using Async Http Client

AMQPcamel-amqp

-

For Messaging with AMQP protocol

APNScamel-apns

-

For sending notifications to Apple iOS devices

Atmosphere-Websocket   camel-atmosphere-websocket

-


 To exchange data with external Websocket clients using Atmosphere

Atomcamel-atom

-

Working with Apache Abdera for atom integration, such as consuming an atom feed.

Avrocamel-avro

-

Working with Apache Avro for data serialization.

AWS-CW / camel-aws

-

For working with Amazon's CloudWatch (CW).

AWS-DDB / camel-aws

For working with Amazon's DynamoDB (DDB).

AWS-DDBSTREAM / camel-aws

-

For working with Amazon's DynamoDB Streams (DDB Streams).

AWS-EC2 / camel-aws

- +

For working with Amazon's Elastic Compute Cloud (EC2).

AWS-SDB / camel-aws

-

For working with Amazon's SimpleDB (SDB).

AWS-SES / camel-aws

-

For working with Amazon's Simple Email Service (SES).

AWS-SNS / camel-aws

-

For Messaging with Amazon's Simple Notification Service (SNS).

AWS-SQS / camel-aws

-

For Messaging with Amazon's Simple Queue Service (SQS).

AWS-SWF / camel-aws

-

For Messaging with Amazon's Simple Workflow Service (SWF).

AWS-S3 / camel-aws

-

For working with Amazon's Simple Storage Service (S3).

Beancamel-core

-

Uses the Bean Binding to bind message exchanges to beans in the Registry. Is also used for exposing and invoking POJO (Plain Old Java Objects).

Beanstalk camel-beanstalk

-

For working with Amazon's Beanstalk.

Bean Validatorcamel-bean-validator

-

Validates the payload of a message using the Java Validation API (JSR 303 and JAXP Validation) and its reference implementation Hibernate Validator

Boxcamel-box

-

For uploading, downloading and managing files, managing files, folders, groups, collaborations, etc. on Box.com.

Braintreecamel-braintree


Component for interacting with Braintree Payments via Braintree Java SDK

Browsecamel-core

-

Provides a simple BrowsableEndpoint which can be useful for testing, visualisation tools or debugging. The exchanges sent to the endpoint are all available to be browsed.

Cachecamel-cache

-

The cache component facilitates creation of caching endpoints and processors using EHCache as the cache implementation.

Cassandra / camel-cassandraql


For integrating with Apache Cassandra.

Classcamel-core

-

Uses the Bean Binding to bind message exchanges to beans in the Registry. Is also used for exposing and invoking POJO (Plain Old Java Objects).

Chronicle Enginecamel-chronicle

- +
Chronicle Engine is a high performance, low latency, reactive processing framework.

Chunkcamel-chunk

- +

Generates a response using a Chunk template

CMIScamel-cmis

-

Uses the Apache Chemistry client API to interface with CMIS supporting CMS

Cometdcamel-cometd

-

Used to deliver messages using the jetty cometd implementation of the bayeux protocol

Consulcamel-consul

- +

For interfacing with an  Consul.

Contextcamel-context

-

Used to refer to endpoints within a separate CamelContext to provide a simple black box composition approach so that routes can be combined into a CamelContext and then used as a black box component inside other routes in other CamelContexts

ControlBuscamel-core

-

ControlBus EIP that allows to send messages to Endpoints for managing and monitoring your Camel applications.

CouchDBcamel-couchdb

-

To integrate with Apache CouchDB.

Crypto (Digital Signatures)camel-crypto

-

Used to sign and verify exchanges using the Signature Service of the Java Cryptographic Extension.

CXFcamel-cxf

-

Working with Apache CXF for web services integration

CXF Bean camel-cxf

-

Proceess the exchange using a JAX WS or JAX RS annotated bean from the registry. Requires less configuration than the above CXF Component

CXFRScamel-cxf

-

Working with Apache CXF for REST services integration

DataFormatcamel-core

-

for working with Data Formats as if it was a regular Component supporting Endpoints and URIs.

DataSetcamel-core

-

For load & soak testing the DataSet provides a way to create huge numbers of messages for sending to Components or asserting that they are consumed correctly

Directcamel-core

-

Synchronous call to another endpoint from same CamelContext.

Direct-VMcamel-core

-

Synchronous call to another endpoint in another CamelContext running in the same JVM.

DNScamel-dns

-

To lookup domain information and run DNS queries using DNSJava

Disruptorcamel-disruptor

Uses the Bean Binding to bind message exchanges to EJBs. It works like the Bean component but just for accessing EJBs. Supports EJB 3.0 onwards.

Ehcachecamel-ehcache

- +

The cache component facilitates creation of caching endpoints and processors using Ehcache 3 as the cache implementation.

ElasticSearchcamel-elasticsearch

-

For interfacing with an ElasticSearch server.

Etcdcamel-etcd

- +

For interfacing with an Etcd key value store.

Spring Eventcamel-spring

-

Working with Spring ApplicationEvents

EventAdmincamel-eventadmin

-

Receiving OSGi EventAdmin events

Execcamel-exec

-

For executing system commands

Facebookcamel-facebook

-

Providing access to all of the Facebook APIs accessible using Facebook4J

Filecamel-core

-

Sending messages to a file or polling a file or directory.

Flatpackcamel-flatpack

-

Processing fixed width or delimited files or messages using the FlatPack library

Flinkcamel-flink

-

 Bridges Camel connectors with Apache Flink tasks.

FOPcamel-fop

-

Renders the message into different output formats using Apache FOP

FreeMarkercamel-freemarker

-

Generates a response using a FreeMarker template

FTPcamel-ftp

-

Sending and receiving files over FTP.

FTPScamel-ftp

-

Sending and receiving files over FTP Secure (TLS and SSL).

Gangliacamel-ganglia

-

Sends values as metrics to the Ganglia performance monitoring system using gmetric4j.  Can be used along with JMXetric.

GAuth / camel-gae

-

Used by web applications to implement an OAuth consumer. See also Camel Components for Google App Engine.

GHttp / camel-gae

-

Provides connectivity to the URL fetch service of Google App Engine but can also be used to receive messages from servlets. See also Camel Components for Google App Engine.

Git / camel-git

- +

Supports interaction with Git repositories

Github / camel-github

- +

Supports interaction with Github

GLogin / camel-gae

-

Used by Camel applications outside Google App Engine (GAE) for programmatic login to GAE applications. See also Camel Components for Google App Engine.

GTask / camel-gae

-

Supports asynchronous message processing on Google App Engine by using the task queueing service as message queue. See also Camel Components for Google App Engine.

Google Calendar / camel-google-calendar

Supports interaction with Google Calendar's REST API.

Google Drive / camel-google-drive

Supports interaction with Google Drive's REST API.

Google Mail / camel-google-mail

- +

Supports interaction with Google Mail's REST API.

GMail / camel-gae

-

Supports sending of emails via the mail service of Google App Engine. See also Camel Components for Google App Engine.

Gora camel-gora

-


Supports to work with NoSQL databases using the Apache Gora framework.

Grapecamel-grape

- +

Grape component allows you to fetch, load and manage additional jars when CamelContext is running.

Geocodercamel-geocoder

-

Supports looking up geocoders for an address, or reverse lookup geocoders from an address.

Google Guava EventBuscamel-guava-eventbus

-

The Google Guava EventBus allows publish-subscribe-style communication between components without requiring the components to explicitly register with one another (and thus be aware of each other). This component provides integration bridge between Camel and Google Guava EventBus infrastructure.

Hazelcast / camel-hazelcast

-

Hazelcast is a data grid entirely implemented in Java (single jar). This component supports map, multimap, seda, queue, set, atomic number and simple cluster support.

HBasecamel-hbase

-

For reading/writing from/to an HBase store (Hadoop database)

HDFScamel-hdfs

-

For reading/writing from/to an HDFS filesystem using Hadoop 1.x

HDFS2camel-hdfs2

- +

For reading/writing from/to an HDFS filesystem using Hadoop 2.x

Hipchatcamel-hipchat

- +

 For sending/receiving messages to Hipchat using v2 API

HL7camel-hl7

-

For working with the HL7 MLLP protocol and the HL7 data format using the HAPI library

Infinispancamel-infinispan

-

For reading/writing from/to Infinispan distributed key/value store and data grid

HTTPcamel-http

-

For calling out to external HTTP servers using Apache HTTP Client 3.x

HTTP4camel-http4

-

For calling out to external HTTP servers using Apache HTTP Client 4.x

iBATIScamel-ibatis

-

Performs a query, poll, insert, update or delete in a relational database using Apache iBATIS

Ignitecamel-ignite

- +

Apache Ignite  In-Memory Data Fabric is a high-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies. It is designed to deliver uncompromised performance for a wide set of in-memory computing use cases from high performance computing, to the industry most advanced data grid, highly available service grid, and streaming.

IMAPcamel-mail

-

Receiving email using IMAP

IMAPScamel-mail

-

...

IRCcamel-irc

-

For IRC communication

IronMQ camel-ironmq

- +


For working with IronMQ a elastic and durable hosted message queue as a service.

JavaSpacecamel-javaspace

-

Sending and receiving messages through JavaSpace

jBPMcamel-jbpm

-

Sending messages through kie-remote-client API to jBPM.

jcachecamel-jcache

- +

The JCache component facilitates creation of caching endpoints and processors using JCache / jsr107 as the cache implementation.

jcloudscamel-jclouds

-

For interacting with cloud compute & blobstore service via jclouds

JCRcamel-jcr

-

Storing a message in a JCR compliant repository like Apache Jackrabbit

JDBCcamel-jdbc

-

For performing JDBC queries and operations

Jettycamel-jetty

-

For exposing or consuming services over HTTP

JGroupscamel-jgroups

-

The jgroups: component provides exchange of messages between Camel infrastructure and JGroups clusters.

JIRAcamel-jira

-

For interacting with JIRA

JMScamel-jms

-

Working with JMS providers

JMXcamel-jmx

-

For working with JMX notification listeners

JPAcamel-jpa

-

For using a database as a queue via the JPA specification for working with OpenJPA, Hibernate or TopLink

JOLT camel-jolt

- +


 

The jolt: component allows you to process a JSON messages using an JOLT specification. This can be ideal when doing JSON to JSON transformation.

Jschcamel-jsch

-

Support for the scp protocol

JT/400 camel-jt400

-

For integrating with data queues on an AS/400 (aka System i, IBM i, i5, ...) system

Kafkacamel-kafka

- +


For producing to or consuming from Apache Kafka message brokers.

Kestrelcamel-kestrel

-

For producing to or consuming from Kestrel queues

Kraticamel-krati

-

For producing to or consuming to Krati datastores

Kubernetescamel-kubernetes

- +

 For integrating your application with Kubernetes standalone or on top of OpenShift.

Kuracamel-kura

 

For deploying Camel OSGi routes into the Eclipse Kura M2M container.

Languagecamel-core

-

Executes Languages scripts

LDAPcamel-ldap

-

Performing searches on LDAP servers (<scope> must be one of object|onelevel|subtree)

LinkedIncamel-linkedin

-

Component for retrieving LinkedIn user profiles, connections, companies, groups, posts, etc. using LinkedIn REST API.

Logcamel-core

-

Uses Jakarta Commons Logging to log the message exchange to some underlying logging system like log4j

Lucenecamel-lucene

-

Uses Apache Lucene to perform Java-based indexing and full text based searches using advanced analysis/tokenization capabilities

Lumberjackcamel-lumberjack

- +

 Uses the Lumberjack protocol for retrieving logs (from Filebeat for instance)

Metricscamel-metrics

- +

Uses Metrics   to collect application statistics directly from Camel routes.

MINAcamel-mina

-

Working with Apache MINA 1.x

MINA2camel-mina2

[... 468 lines stripped ...]