Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

An informal grouping of Camel components.

This list was refined from the main components page in support of establishing information for the following poster:

Automating Tasks

Component / ArtifactId / URI

Description

Timer / camel-core

Code Block
none
languagenonetext

timer:timerName[?<options>]

Used to generate message exchanges when a timer fires. Events can only be consumed from this endpoint.

Quartz / camel-quartz

Code Block
none
languagenonetext

quartz://groupName/timerName[?<options>]

Provides a scheduled delivery of messages using the Quartz 1.x scheduler.

Quartz2 / camel-quartz2

Code Block
none
languagenonetext

quartz2://groupName/timerName[?<options>]

Provides a scheduled delivery of messages using the Quartz 2.x scheduler.

Amazon

Component / ArtifactId / URI

Description

AWS-CW / camel-aws

Code Block
none
languagenonetext

aws-cw://namespace[?<options>]

For working with Amazon's CloudWatch (CW).

AWS-DDB / camel-aws

Code Block
none
none

aws-ddb://tableName[?<options>]

For working with Amazon's DynamoDB (DDB).

AWS-SDB / camel-aws

Code Block
none
languagenonetext

aws-sdb://domainName[?<options>]

For working with Amazon's SimpleDB (SDB).

AWS-SES / camel-aws

Code Block
none
languagenonetext

aws-ses://from[?<options>]

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

AWS-SNS / camel-aws

Code Block
none
languagenonetext

aws-sns://topicName[?<options>]

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

AWS-SQS / camel-aws

Code Block
none
languagenonetext

aws-sqs://queueName[?<options>]

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

AWS-S3 / camel-aws

Code Block
none
languagenonetext

aws-s3://bucketName[?<options>]

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

...

Component / ArtifactId / URI

Description

Bean / camel-core

Code Block
none
languagenonetext

bean:beanName[?<options>]

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 (POJOs).

Class / camel-core

Code Block
none
languagenonetext

class:className[?<options>]

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

DataFormat Context / camel-corecontext

Code Block
none
languagenonetext

dataformat:name:<marshal|unmarshal>[context:]camelContextId:localEndpointName[?<options>]

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 CamelContext.

Data Format

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

Language / camel-core

Code Block
none
languagenonetext

language://languageName[:script]dataformat:name:<marshal|unmarshal>[?<options>]

Executes Languages scripts

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

Exec Properties / camel-coreexec

Code Block
none
languagenonetext

propertiesexec://keyexecutable[?<options>]

The properties component facilitates using property placeholders directly in endpoint uri definitions.

For executing system commands.

Language Ref / camel-core

Code Block
none
languagenone

ref:name

Component for lookup of existing endpoints bound in the Registry.

Chat

text
language://languageName[:script][?<options>]

Executes Languages scripts.

Printer / camel-printer

Code Block
languagetext
lpr://

Component / ArtifactId / URI

Description

IRC / camel-irc

Code Block
nonenone

irc:[login@]hostName[:port]/#roomprinterPath[?<options>]

For IRC communication

Facilitates creation of printer endpoints to local, remote and wireless printers. The endpoints provide the ability to print camel directed payloads when utilized on camel routes.

Properties XMPP / camel-xmppcore

Code Block
none
languagenonetext

xmppproperties://[login@]hostname[:port][/participant][key[?<options>]

Working with XMPP and Jabber

Clusters

Facilitates using property placeholders directly in endpoint URI definitions.

Ref / camel-core

Code Block
languagetext
ref:name

Component for lookup of existing endpoints bound in the Registry.

Chat

JGroups / camel-jgroups in camel-extra

Component / ArtifactId / URI

Description

IRC / camel-irc

Code Block
languagetext
irc:[login@]hostName[:port]/#room

Component / ArtifactId / URI

Description

Code Block
xmlxml

jgroups://clusterName

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

ZooKeeper / camel-zookeeper

Code Block
nonenone

zookeeper://zookeeperServer[:port][/path][?<options>]

Working with ZooKeeper cluster(s)

Commands

For Internet Relay Chat (IRC) communication.

XMPP / camel-xmpp

Code Block
languagetext
xmpp://[login@]hostname[:port][/participant]

Component / ArtifactId / URI

Description

DNS / camel-dns

Code Block
nonenone

dns:operation[?<options>]

To lookup domain information and run DNS queries using DNSJava

Working with the Extensible Messaging and Presence Protocol (XMPP).

Clusters

Component / ArtifactId / URI

Description

JGroups / camel-jgroups in camel-extra

Code Block
languagetext
jgroups://clusterName

Exec / camel-exec

Code Block
nonenone

exec://executable[?<options>]

For executing system commands

Provides exchange of messages between Camel infrastructure and JGroups clusters.

Zookeeper Flatpack / camel-flatpackzookeeper

Code Block
none
languagenonetext
zookeeper://zookeeperServer[:port][/path]
flatpack:[fixed|delim]:configFile[?<options>]

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

Working with ZooKeeper clusters.

Content Repositories

Jsch / camel-jsch

Component / ArtifactId / URI

Description

CMIS HDFS / camel-hdfscmis

Code Block
none
languagenonetext

hdfscmis://hostNamecmisServerUrl[:port][/path][?<options>]

For reading/writing from/to an HDFS filesystem

Code Block
nonenone

scp://hostName[:port]/destination[?<options>]

Support for the scp protocol

?<options>]

Uses the Apache Chemistry client API to interface with Content Management Interoperability Services (CMIS).

JCR / camel-jcr

Code Block
languagetext
jcr://user:password@repository/path/to/node[?<options>]

Storing a message in a Java Content Repository (JCR) compliant repository like Apache Jackrabbit.

Endpoint Communications

Stream / camel-stream

SSH component / camel-ssh

Component / ArtifactId / URI

Description

Direct / Log / camel-core

Code Block
none
languagenonetext

logdirect:loggingCategorysomeName[?<options>]

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

Synchronous call to another endpoint from same CamelContext.

Direct-VM Printer / camel-printercore

Code Block
none
languagenonetext
direct-vm:someName
lpr://host:port/path/to/printer[?<options>]

The printer component facilitates creation of printer endpoints to local, remote and wireless printers. The endpoints provide the ability to print camel directed payloads when utilized on camel routes.

Code Block
nonenone

stream:[in|out|err|file|header|url][?<options>]

Read or write to an input/output/error/file stream rather like unix pipes

Code Block
nonenone

ssh:[username[:password]@]hostName[:port][?<options>]

For sending commands to a SSH server

Content Repositories

...

Component / ArtifactId / URI

...

Description

CMIS / camel-cmis

...


cmis://cmisServerUrl[?<options>]

...

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

JCR / camel-jcr

...


jcr://user:password@repository/path/to/node[?<options>]

...

Storing a message in a JCR compliant repository like Apache Jackrabbit

Synchronous call to another endpoint in another CamelContext running in the same Java virtual machine (JVM).

Disruptor / camel-disruptor

Code Block
languagetext
disruptor:someName[?<option>]

Provides asynchronous SEDA behavior much as the standard SEDA Component, but utilizes a Disruptor instead of a BlockingQueue.

Disruptor VM / camel-disruptor

Code Block
languagetext
disruptor-vm:someName[?<option>]

Same as Disruptor, but the buffers of the Disrupter VMm endpoints also provides support for communication across CamelContexts instances so you can use this mechanism to communicate across web applications.

SEDA / camel-core

Code Block
languagetext
seda:someName[?<options>]

Asynchronous call to another endpoint in the same Camel Context; staged event-driven architecture (SEDA).

VM / camel-core

Code Block
languagetext
vm:queueName[?<options>]

Asynchronous call to another endpoint in the same JVM.

ESB

...

Db4o / camel-db4o in camel-extra

EJB / camel-ejb

HBase / camel-hbase

Hibernate / camel-hibernate in camel-extra

iBATIS / camel-ibatis

JDBC / camel-jdbc

JPA / camel-jpa

Krati / camel-krati

MongoDB / camel-mongodb

MyBatis / camel-mybatis

SQL / camel-sql

Spring Neo4j / camel-spring-neo4j in camel-extra

Component / ArtifactId / URI

Description

CouchDB JBI / camel-couchdbservicemix-camel in org.apache.servicemix

Code Block
none
languagenonetext

couchdb:hostName[:port]/database[?<options>]

To integrate with Apache CouchDB.

Code Block
xmlxml

db4o://className

For using a db4o datastore as a queue via the db4o library

Code Block
nonenone

ejb:ejbName[?<options>]

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.

Code Block
nonenone

hbase://table[?<options>]

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

Code Block
xmlxml

hibernate://entityName

For using a database as a queue via the Hibernate library

Code Block
nonenone

ibatis://statementName[?<options>]

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

Code Block
nonenone

jdbc:dataSourceName[?<options>]

For performing JDBC queries and operations

Code Block
nonenone

jpa://entityName[?<options>]

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

Code Block
nonenone

krati://[path to datastore/][?<options>]

For producing to or consuming to Krati datastores

Code Block
nonenone

mongodb:connectionBean[?<options>]

Interacts with MongoDB databases and collections. Offers producer endpoints to perform CRUD-style operations and more against databases and collections, as well as consumer endpoints to listen on collections and dispatch objects to Camel routes

Code Block
nonenone

mybatis://statementName[?<options>]

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

Code Block
nonenone

sql:select * from table where id=#[?<options>]

Performing SQL queries using JDBC

Code Block
xmlxml

spring-neo4j:http://hostname[:port]/database[?options]

Component for producing to Neo4j datastore using the Spring Data Neo4j library

...

jbi:serviceName

For Java Business Integration (JBI) integration such as working with Apache ServiceMix.

NMR / apache-servicemix-nmr in org.apache.servicemix.nmr

Code Block
languagetext
nmr://serviceName

Integration with the Normalized Message Router bus in Apache ServiceMix.

Vert.x / camel-vertx

Code Block
languagetext
vertx:eventBusName

Working with the Vert.x event bus.

Feeds

Component / ArtifactId / URI

Description

Atom / camel-atom

Code Block
languagetext
atom:atomUri[?<options>]

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

RSS / camel-rss

Code Block
languagetext
rss:uri[?<options>]

Working with ROME for Rich Site Summary (RSS) integration.

File I/O and Transfer

Component / ArtifactId / URI

Description

File / camel-core

Code Block
languagetext
file://nameOfFileOrDirectory[?<options>]

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

Flatpack / camel-flatpack

Code Block
languagetext
flatpack:[fixed|delim]:configFile[?<options>]

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

FTP / camel-ftp

Code Block
languagetext
ftp:contextPath[?<options>]

Sending and receiving files over File Transfer Protocol (FTP).

FTPS / camel-ftp

Code Block
languagetext
ftps://[username@]hostName[:port]/directoryName[?<options>]

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

HDFS / camel-hdfs

Code Block
languagetext
hdfs://hostName[:port][/path][?<options>]

For reading/writing from/to an Hadoop Distributed File System (HDFS) filesystem.

Jsch / camel-jsch

Code Block
languagetext
scp://hostName[:port]/destination[?<options>]

Support for the scp protocol using the Client API of the Java Secure Channel (JSch) project.

SFTP / camel-ftp

Code Block
languagetext
sftp://[username@]hostName[:port]/directoryName[?<options>]

Sending and receiving files over FTP Secure (FTP and SSH).

Stream / camel-stream

Code Block
languagetext
stream:<in|out|err|file|header|url>[?<options>]

Reading or writing to a stream.

Google

NMR / servicemix-nmr

Component / ArtifactId / URI

Description

JBI GAuth / servicemixcamel-camelgae

Code Block
xml
languagexmltext

jbi:serviceName

For JBI integration such as working with Apache ServiceMix

Code Block
xmlxml

nmr://serviceName

Integration with the Normalized Message Router BUS in ServiceMix 4.x

Feeds

...

Component / ArtifactId / URI

...

Description

Atom / camel-atom

...


atom:atomUri[?<options>]

...

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

RSS / camel-rss

...


rss:uri[?<options>]

...

Working with ROME for RSS integration, such as consuming an RSS feed.

File I/O

...

Component / ArtifactId / URI

...

Description

File / camel-core

...


file://nameOfFileOrDirectory[?<options>]

...

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

FTP / camel-ftp

...


ftp:contextPath[?<options>]

...

Sending and receiving files over FTP.

FTPS / camel-ftp

...


ftps://[username@]hostName[:port]/directoryName[?<options>]

...

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

SFTP / camel-ftp

...


sftp://[username@]hostName[:port]/directoryName[?<options>]

...

Sending and receiving files over SFTP (FTP over SSH).

Google

...

Component / ArtifactId / URI

...

Description

GAuth / camel-gae

...


gauth://name[?<options>]

...

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

GHttp / camel-gae

...


ghttp:contextPath[?<options>]

...

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.

GLogin / camel-gae

...


glogin://hostname[:port][?<options>]

...

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

...


gtask://queue-name[?<options>]

...

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.

GMail / camel-gae

...


gmail://user@g[oogle]mail.com[?<options>]

...

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

Google Guava EventBus / camel-guava-eventbus

...


guava-eventbus:busName[?<options>]

...

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.

gauth://name[?<options>]

Used by web applications to implement an OAuth consumer.

GHttp / camel-gae

Code Block
languagetext
ghttp:contextPath[?<options>]

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

GLogin / camel-gae

Code Block
languagetext
glogin://hostName[:port][?<options>]

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

GTask / camel-gae

Code Block
languagetext
gtask://queueName[?<options>]

Supports asynchronous message processing on Google App Engine by using the task queueing service as message queue.

GMail / camel-gae

Code Block
languagetext
gmail://user@g[oogle]mail.com[?<options>]

Supports sending of emails via the mail service of Google App Engine.

Guava EventBus / camel-guava-eventbus

Code Block
languagetext
guava-eventbus:busName[?<options>]

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.

HTTP

Component / ArtifactId / URI

Description

AHC / camel-ahc

Code Block
languagetext
ahc:http[s]://hostName[:port][/resourceUri][?<options>]

To call external HTTP services using Async Http Client.

Cometd / camel-cometd

Code Block
languagetext
cometd://hostName:port/channelName[?<options>]

HTTP-based event routing bus used to deliver messages using the Jetty Cometd implementation of the Bayeux Protocol.

HTTP / camel-http

Code Block
languagetext
http:hostName[:port][/resourceUri][?<options>]

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

HTTP4 / camel-http4

Code Block
languagetext
http4:hostName[:port][/resourceUri][?<options>]

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

Jetty / camel-jetty

Code Block
languagetext
jetty:hostName[:port][/resourceUri][?<options>]

For exposing services over HTTP.

Servlet / camel-servlet

Code Block
languagetext
servlet:relativePath[?<options>]

For exposing services over HTTP through the Servlet which is deployed into the Web container.

Java Message Service

Component / ArtifactId / URI

Description

ActiveMQ / activemq-camel in org.apache.activemq

Code Block
languagetext
activemq:[topic:]destinationName

For JMS Messaging with Apache ActiveMQ

JMS / camel-jms

Code Block
languagetext
jms:[queue:|topic:]destinationName[?<options>]

Working with JMS provider.

RabbitMQ / camel-rabbitmq

Code Block
languagetext
rabbitmq://hostname[:port]/exchangeName[?<options>]

For JMS Messaging with RabbitMQ.

SJMS / camel-sjms

Code Block
languagetext
sjms:[queue:|topic:]destinationName[?<options>]

From the ground upwards implementation of a JMS client.

Stomp / camel-stomp

Code Block
languagetext
stomp:queue:destinationName[?<options>]

For communicating with Stomp compliant message brokers, like Apache ActiveMQ or ActiveMQ Apollo.

ZeroMQ / camel-zeromq in camel-extra.

Code Block
languagetext
zeromq:<tcp|ipc>://hostName:port

For JMS Messaging with ZeroMQ.

LDAP

Component / ArtifactId / URI

Description

LDAP / camel-ldap

Code Block
languagetext
ldap:hostName[:port][?<options>]

Performing searches on Lightweight Directory Access Protocol (LDAP) servers.

Spring LDAP / camel-spring-ldap

Code Block
languagetext
spring-ldap:springLdapTemplateBean[?<options>]

Camel wrapper for Spring LDAP. Spring LDAP is a Java library for simplifying LDAP operations, based on the pattern of Spring's JdbcTemplate.

Mail

Component / ArtifactId / URI

Description

IMAP / camel-mail

Code Block
languagetext
imap://[username@]hostName[:port][?<options>]

Receiving email using Internet Message Access Protocol (IMAP).

IMAPS / camel-mail

Code Block
languagetext
imaps://[username@]hostName[:port][?<options>]

Receiving email using secured IMAP.

POP3 / camel-mail

Code Block
languagetext
pop3://[username@]hostName port][?<options>]

Receiving email using Post Office Protocol (POP3) and JavaMail.

POP3S / camel-mail

Code Block
languagetext
pop3s://[username@]hostName port][?<options>]

Receiving email using secured POP3 and JavaMail.

SMTP / camel-mail

Code Block
languagetext
smtp://[username@]hostName[:port][?<options>]

Sending email using Simple Mail Transfer Protocol (SMTP) and JavaMail.

SMTPS / camel-mail

Code Block
languagetext
smtps://[username@]hostName[:port][?<options>]

Sending email using secured SMTP and JavaMail.

Maintenance and Monitoring

Component / ArtifactId / URI

Description

Browse / camel-core

Code Block
languagetext
browse:someName

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.

ControlBus / camel-core

Code Block
languagetext
controlbus:command[?<options>]

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

JMX / camel-jmx

Code Block
languagetext
jmx://platform[?<options>]

For working with Java Management Extensions (JMX) notification listeners.

Log / camel-core

Code Block
languagetext
log:loggingCategory[?<options>]

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

Metrics / camel-metrics

Code Block
languagetext
metrics:[meter|counter|histogram|timer]:metricname[?options]
 Uses Metrics to collect application statistics directly from Camel routes.

Nagios / camel-nagios

Code Block
languagetext
nagios://hostName[:port][?<options>]

Sending passive checks to Nagios using JSendNSCA.. Nagios supports IT Infrastruture Monitoring.

SNMP / camel-snmp

Code Block
languagetext
snmp://hostName[:port][?<options>]

Polling OID values and receiving traps using SNMP via SNMP4J library.

Messaging

Component / ArtifactId / URI

Description

AMQP / camel-amqp

Code Block
languagetext
amqp:[queue:|topic:]destinationName[?<options>]

For Messaging with the Advanced Message Queuing Protocol (AMQP).

Esper / camel-esper in camel-extra

Code Block
languagetext
esper:name[?<options>]

Working with the Esper Library for Event Stream Processing.

JavaSpace / camel-javaspace

Code Block
languagetext
javaspace:jini://hostName[?<options>]

Sending and receiving messages through JavaSpace.

JT/400 / camel-jt400

Code Block
languagetext
jt400://user:pwd@system/<path_to_dtaq>[?<options>]

For integrating with data queues on an AS/400 (i.e., System i, IBM i, i5, etc.) systems.

Kestrel / camel-kestrel

Code Block
languagetext
kestrel://[addresslist/]queueName[?<options>]

For producing to or consuming from Kestrel queues.

MQTT / camel-mqtt

Code Block
languagetext
mqtt:name[?<options>]

Component for communicating with MQ Telemetry Transport (MQTT) machine-to-machine (M2M) message brokers.

Sip / camel-sip

Code Block
languagetext
sip://user@hostName[:port][?<options>]

Publish/Subscribe communication capability using the Session Initiation Protocol (SIP) protocol.

SIPS / camel-sip

Code Block
languagetext
sips://user@hostName[:port][?<options>]

Publish/Subscribe communication capability using the secured Session Initiation Protocol (SIP) protocol.

SMPP / camel-smpp

Code Block
languagetext
smpp

http

...

Component / ArtifactId / URI

...

Description

AHC / camel-ahc

...


ahc:http[s]://hostName[:port][/resourceUri][?<options>]

...

To call external HTTP services using Async Http Client

Cometd / camel-cometd

...


cometd://hostName:port/channelName[?<options>]

...

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

HTTP / camel-http

...


http:hostName[:port][/resourceUri][?<options>]

...

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

HTTP4 / camel-http4

...


http4:hostName[:port][/resourceUri][?<options>]

...

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

Jetty / camel-jetty

...


jetty:hostName[:port][/resourceUri][?<options>]

...

For exposing services over HTTP

SERVLET / camel-servlet

...


servlet:relativePath[?<options>]

...

For exposing services over HTTP through the servlet which is deployed into the Web container.

In-Memory Management

...

Component / ArtifactId / URI

...

Description

Direct / camel-core

...


direct:someName[?<options>]

...

Synchronous call to another endpoint from same CamelContext.

Direct-VM / camel-core

...


direct-vm:someName[?<options>]

...

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

Disruptor / camel-disruptor

...


disruptor:someName[?<option>]

...

To provide the implementation of SEDA which is based on disruptor

Disruptor VM / camel-disruptor

...


disruptor-vm:someName[?<option>]

...

...

SEDA / camel-core

...


seda:someName[?<options>]

...

Asynchronous call to another endpoint in the same Camel Context

VM / camel-core

...


vm:queueName[?<options>]

...

Asynchronous call to another endpoint in the same JVM

JMS

...

Component / ArtifactId / URI

...

Description

ActiveMQ / activemq-camel

...


activemq:[topic:]destinationName

...

For JMS Messaging with Apache ActiveMQ

ActiveMQ Journal / activemq-core

...


activemq.journal:directory-on-filesystem

...

Uses ActiveMQ's fast disk journaling implementation to store message bodies in a rolling log file

JMS / camel-jms

...


jms:[queue:|topic:]destinationName[?<options>]

...

Working with JMS providers

RabbitMQ / camel-rabbitmq

...


rabbitmq://hostname[:port]/exchangeName[?<options>]

...

Component for integrating with RabbitMQ

SJMS / camel-sjms

...


sjms:[queue:|topic:]destinationName[?<options>]

...

A ground up implementation of a JMS client

Stomp / camel-stomp

...


stomp:queue:destinationName[?<options>]

...

For communicating with Stomp compliant message brokers, like Apache ActiveMQ or ActiveMQ Apollo

ZeroMQ / camel-zeromq in camel-extra.

...


zeromq:(tcp|ipc)://hostname:port

...

The ZeroMQ component allows you to consumer or produce messages using ZeroMQ.

LDAP

...

Component / ArtifactId / URI

...

Description

LDAP / camel-ldap

...


ldap:host[:port][?<options>]

...

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

Spring LDAP / camel-spring-ldap

...


spring-ldap:springLdapTemplateBean[?<options>]

...

Camel wrapper for Spring LDAP

mail

POP3 / camel-mail

POP3S / camel-mail

SMTP / camel-mail

SMTPS / camel-mail

Component / ArtifactId / URI

Description

Code Block
nonenone

pop3://[username@]hostName port][?<options>]

Receiving email using POP3 and JavaMail

Code Block
nonenone

pop3s://[username@]hostName port][?<options>]

...

Code Block
nonenone

smtp://[username@]hostName[:port][?<options>]

Sending email using SMTP and JavaMail

Code Block
nonenone

smtps://[username@]hostName[:port][?<options>]

...

IMAP / camel-mail

Code Block
nonenone

imap://[username@]hostName[:port][?<options>]

To send and receive SMS using Short Messaging Service Center using the JSMPP library.

SMPPS

Receiving email using IMAP

IMAPS / camel-mailsmpp

Code Block
none
languagenonetext

imapssmpps://[username@]hostName[:port][?<options>]

...

Maintenance and Monitoring

To send and receive secured SMS using Short Messaging Service Center using the JSMPP library.

Quickfix / camel-quickfix

Code Block
languagetext
quickfix:configFile[?<options>]

Implementation of the QuickFix for Java engine which allow to send/receive FIX messages.

Networking

Browse / camel-core

ControlBus / camel-core

Component / ArtifactId / URI

Description

DNS / camel-dns

Code Block
languagetext
dns:operation[?<options>]

To lookup domain information and run Domain Name System (DNS) queries using DNSJava.

HL7 / camel-hl7

Code Block
languagetext
mina2:tcp://hostName[:port]

Component / ArtifactId / URI

Description

Code Block
nonenone

browse:someName

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.

Code Block
nonenone

controlbus:command[?<options>]

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

JMX / camel-jmx

Code Block
nonenone

jmx://platform[?<options>]

For working with JMX notification listeners the HL7 MLLP protocol and the HL7 model using the HAPI library.

MINA Nagios / camel-nagiosmina

Code Block
none
languagenonetext
mina:<tcp|udp|vm>:
nagios://hostName[:port][?<options>]

Sending passive checks to Nagios using JSendNSCA

Messaging

Kestrel / camel-kestrel

MQTT / camel-mqtt

SIP / camel-sip

SIPS / camel-sip

SMPP / camel-smpp

SMPPS / camel-smpp

SNMP / camel-snmp

Quickfix / camel-quickfix

Working with Apache Multipurpose Infrastructure for Network Applications (MINA) 1.x. Transmission Control Protocol (TCP), User Datagram Protocol (UDP) and Virtual Machine (VM) protocol are supported.

MINA2 / camel-mina2

Code Block
languagetext
mina2:<tcp|udp|vm>:hostName[:port]

Component / ArtifactId / URI

Description

AMQP / camel-amqp

Code Block
nonenone

amqp:[queue:|topic:]destinationName[?<options>]

For Messaging with AMQP protocol

Working with Apache MINA 2.x. Transmission Control Protocol (TCP), User Datagram Protocol (UDP) and Virtual Machine (VM) protocol are supported.

Netty JavaSpace / camel-javaspacenetty

Code Block
none
languagenonetext

javaspace:jini:netty:<tcp|udp>//hostName[:port][?<options>]

Sending and receiving messages through JavaSpace

Working with TCP and UDP protocols using Java NIO based capabilities offered by the Netty project.

Netty HTTP / camel-netty-http

Code Block
languagetext
netty-http:http:[port]/contextPath

JT/400 / camel-jt400

Code Block
nonenone

jt400://user:pwd@system/<path_to_dtaq>[?<options>]

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

Code Block
nonenone

kestrel://[addresslist/]queueName[?<options>]

For producing to or consuming from Kestrel queues

Code Block
nonenone

mqtt:name[?<options>]

Component for communicating with MQTT M2M message brokers

Code Block
nonenone

sip://user@hostName[:port][?<options>]

Publish/Subscribe communication capability using the Telecom SIP protocol. RFC3903 - Session Initiation Protocol (SIP) Extension for Event

Code Block
nonenone

sips://user@hostName[:port][?<options>]

...

Code Block
nonenone

smpp://[username@]hostName[:port][?<options>]

To send and receive SMS using Short Messaging Service Center using the JSMPP library

Code Block
nonenone

smpps://[username@]hostName[:port][?<options>]

...

Code Block
nonenone

snmp://hostName[:port][?<options>]

Polling OID values and receiving traps using SNMP via SNMP4J library

Code Block
nonenone

quickfix:configFile[?<options>]

Implementation of the QuickFix for Java engine which allow to send/receive FIX messages

Networking

...

Component / ArtifactId / URI

...

Description

MINA / camel-mina

...


mina:[tcp|udp|vm]:host[:port][?<options>]

...

Working with Apache MINA 1.x

MINA2 / camel-mina2

...


mina2:[tcp|udp|vm]:host[:port][?<options>]

...

Working with Apache MINA 2.x

TCP / camel-mina

...


mina:tcp://host:port[?<options>]

...

Working with TCP protocols using Apache MINA

UDP / camel-mina

...


mina:udp://host:port[?<options>]

...

Working with UDP protocols using Apache MINA

HL7 / camel-hl7

...


mina2:tcp://hostName[:port][?<options>]

...

For working with the HL7 MLLP protocol and the HL7 model using the HAPI library

Netty

...

Component / ArtifactId / URI

...

Description

Netty / camel-netty

...


netty:<tcp|udp>//host[:port][?<options>]

...

Working with TCP and UDP protocols using Java NIO based capabilities offered by the Netty project

Netty HTTP server and client using the Netty project.

OSGi

Component / ArtifactId / URI

Description

EventAdmin / camel-eventadmin

Code Block
languagetext
eventadmin:topic[?<options>]

Receiving OSGi EventAdmin events.

Pax Logging / camel-paxlogging

Code Block
languagetext
paxlogging:appender

Receiving Pax-Logging events in OSGi.

Persistence

Component / ArtifactId / URI

Description

CouchDB / camel-couchdb

Code Block
languagetext
couchdb:hostName[:port]/database[?<options>]

To integrate with Apache CouchDB.

Db4o / camel-db4o in camel-extra

Code Block
languagetext
db4o://className

For using a db4o datastore as a queue via the db4o (database for objects) library.

EJB / camel-ejb

Code Block
languagetext
ejb:ejbName[?<options>]

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

HBase / camel-hbase

Code Block
languagetext
hbase://table[?<options>]

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

Hibernate / camel-hibernate in camel-extra

Code Block
languagetext
hibernate://entityName[?<options>]

For using a database as a queue via the Hibernate library.

iBATIS / camel-ibatis

Code Block
languagetext
ibatis://statementName[?<options>]

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

JDBC / camel-jdbc

Code Block
languagetext
jdbc:dataSourceName[?<options>]

For performing Java Database Connectivity (JDBC) queries and operations.

JPA / camel-jpa

Code Block
languagetext
jpa://entityName[?<options>]

For using a database as a queue via the Java Persistence API (JPA) specification for working with OpenJPA, Hibernate or TopLink.

Krati / camel-krati

Code Block
languagetext
krati://datastorePath[?<options>]

For producing to or consuming to Krati datastores.

MongoDB / camel-mongodb

Code Block
languagetext
mongodb:connectionBean[?<options>]

Interacts with MongoDB databases and collections. Offers producer endpoints to perform CRUD-style operations and more against databases and collections, as well as consumer endpoints to listen on collections and dispatch objects to Camel routes.

MyBatis / camel-mybatis

Code Block
languagetext
mybatis://statementName[?<options>]

Performs a query, poll, insert, update or delete in a relational database using MyBatis.

SQL / camel-sql

Code Block
languagetext
sql:queryCommand[?<options>]

Performing Structured Query Language (SQL) queries using JDBC.

Spring Neo4j / camel-spring-neo4j in camel-extra

Code Block
languagetext
spring-neo4j:http://hostName[:port]/database[?options]

Component for producing to Neo4j datastore using the Spring Data Neo4j library.

Platform Support

Netty HTTP / camel-netty-http

...


netty-http:http:[port]/context-path[?<options>]

...

Netty HTTP server and client using the Netty project

...

Pax-Logging / camel-paxlogging

Component / ArtifactId / URI

Description

EventAdmin Activiti / activiti-camel-eventadmin

Code Block
none
languagenone

eventadmin:topic[?<options>]

Receiving OSGi EventAdmin events

Code Block
nonenone

paxlogging:appender

Receiving Pax-Logging events in OSGi

Routing

...

Component / ArtifactId / URI

...

Description

Context / camel-context

...


context:camelContextId:localEndpointName[?<options>]

...

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

text
activiti:camelProcess:serviceTask

For working with Activiti, a light-weight workflow and Business Process Management (BPM) platform which supports BPMN 2.

APNS / camel-apns

Code Block
languagetext
apns:<notify|consumer>[?<options>]

For sending notifications to Apple iOS devices.

Salesforce / camel-salesforce

Code Block
languagetext
salesforce:topic[?<options>]

To integrate with Salesforce.

SAP NetWeaver / camel-sap-netweaver

Code Block
languagetext
sap-netweaver:hostName[:port][?<options>]

To integrate with SAP NetWeaver Gateway.

Remote Services

Component / ArtifactId / URI

Description

Avro / camel-avro

Code Block
languagetext
avro:[transport]:[hostName]:[port][/messageName][?<options>]

Working with Apache Avro for data serialization.

jclouds / camel-jclouds

Code Block
languagetext
jclouds:<blobstore|compute>:[provider id][?<options>]

For interacting with cloud compute & blobstore service via jclouds.

JCIFS / camel-jcifs in camel-extra

Code Block
languagetext
smb://userName@hostName/shareName[?<options>]

This component provides access to remote file systems over the CIFS/SMB networking protocol by using the JCIFS library.

RMI / camel-rmi

Code Block
languagetext
rmi://hostName[:port][?<options>]

Working with Remote Method Invocation (RMI).

SSH component / camel-ssh

Code Block
languagetext
ssh:[username[:password]@]hostName[:port][?<options>]

For sending commands to a SSH server.

Search Engines

Routebox / camel-routebox

...


routebox:routeBoxName[?<options>]

...

Facilitates the creation of specialized endpoints that offer encapsulation and a strategy/map based indirection service to a collection of camel routes hosted in an automatically created or user injected camel context

Security

...

Component / ArtifactId / URI

...

Description

Crypto (Digital Signatures) / camel-crypto

...


crypto:<sign|verify>:name[?<options>]

...

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

XML Security / camel-xmlsecurity

...


xmlsecurity:<sign|verify>:name[?<options>]

...

Used to sign and verify exchanges using the XML signature specification.

Search Engines

...

Component / ArtifactId / URI

...

Description

ElasticSearch / camel-elasticsearch

...


elasticsearch://clusterName[?<options>]

...

For interfacing with an ElasticSearch server.

Lucene / camel-lucene

...


lucene:searcherName:<insert|query>[?<options>]

...

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

SOLR / camel-solr

...


solr://hostName[:port]/solr[?<options>]

...

Uses the Solrj client API to interface with an Apache Lucene Solr server

...

Component / ArtifactId / URI

Description

Facebook ElasticSearch / camel-facebookelasticsearch

Code Block
none
languagenonetext

facebookelasticsearch://endpointclusterName[?<options>]

Providing access to all of the Facebook APIs accessible using Facebook4J

For interfacing with an ElasticSearch server.

Lucene Twitter / camel-twitterlucene

Code Block
none
languagenonetext
lucene:searcherName:<insert|query>
twitter://endpoint[?<options>]

A twitter endpoint

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

Solr Yammer / camel-yammersolr

Code Block
none
languagenonetext

yammersolr://functionhostName[:port]/solr[?<options>]

Allows you to interact with the Yammer enterprise social network

...

Uses the Solrj client API to interface with an Apache Lucene Solr server.

Security

Component / ArtifactId / URI

Description

Spring Event Crypto (Digital Signatures) / camel-springcrypto

Code Block
none
languagenone

spring-event://default

Working with Spring ApplicationEvents

text
crypto:<sign|verify>:name[?<options>]

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

XML Security / camel-xmlsecurity

Code Block
languagetext
xmlsecurity:<sign|verify>:name

SpringBatch / camel-spring-batch

Code Block
nonenone

spring-batch:jobName[?<options>]

To bridge Camel and Spring Batch

Used to sign and verify exchanges using the XML signature specification.

Social Media

Component / ArtifactId / URI

Description

Facebook / camel-facebook

Code Block
languagetext
facebook://endpoint

SpringIntegration / camel-spring-integration

Code Block
nonenone

spring-integration:defaultChannelName[?<options>]

The bridge component of Camel and Spring Integration

Providing access to all of the Facebook APIs accessible using Facebook4J.

Twitter Spring Redis / camel-spring-redistwitter

Code Block
none
languagenonetext
twitter
spring-redis://hostName:portendpoint[?<options>]

Component for consuming and producing from Redis key-value store Redis

Templates

Enables the most useful features of the Twitter API by encapsulating Twitter4J.

Yammer / camel-yammer

Code Block
languagetext
yammer://function[?<options>]

Allows you to interact with the Yammer enterprise social network.

Special support

Scalate / scalate-camel

Component / ArtifactId / URI

Description

FreeMarker Cache / camel-freemarkercache

Code Block
none
languagenonetext

freemarker:templateNamecache://cacheName[?<options>]

Generates a response using a FreeMarker template

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

Geocoder Mustache / camel-mustachegeocoder

Code Block
none
languagenonetext

mustache:templateName[?geocoder:<address|latlng:latitude,longitude>[?<options>]

Generates a response using a Mustache template

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

Hazelcast MVEL / camel-mvelhazelcast

Code Block
none
languagenonetext
hazelcast://[type]:cachename
mvel:templateName[?<options>]

Generates a response using an MVEL template

Code Block
xmlxml

Hazelcast is a data grid supporting map, multimap, SEDA, queue, set, atomic number and simple clusters.

RCode / camel-rcode in camel-extra

Code Block
languagetext
rcode://host[:port]/operation[?options]

Uses Rserve to integrate Camel with the statistics environment R.

Routebox / camel-routebox

Code Block
languagetext
routebox:routeBoxName
 
scalate:templateName 

Uses the given Scalate template to transform the message

StringTemplate / camel-stringtemplate

Code Block
nonenone

string-template:templateName[?<options>]

Generates a response using a String Template

Facilitates the creation of specialized endpoints that offer encapsulation and a strategy/map based indirection service to a collection of camel routes hosted in an automatically created or user injected camel context.

Weather / camel-weather

Code Block
languagetext
weather://name

Spring Redis / camel-spring-redis

Code Block
nonenone

spring-redis://hostName:port[?<options>]

Component for consuming and producing from Redis key-value store Redis

...

Polls the weather information from Open Weather Map.

Spring

Component / ArtifactId / URI

Description

DataSet Spring Event / camel-corespring

Code Block
none
languagenone

dataset:name[?<options>]

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

text
spring-event://default

Working with Spring Application Events.

Spring Batch / camel-spring-batch

Code Block
languagetext
spring-batch:jobName

Mock / camel-core

Code Block
nonenone

mock:name[?<options>]

For testing routes and mediation rules using mocks

To bridge Camel and Spring Batch.

Spring Integration / camel-spring-integration Stub / camel-core

Code Block
none
languagenonetext
spring-integration:defaultChannelName
stub:someOtherCamelUri[?<options>]

Allows you to stub out some physical middleware endpoint for easier testing or debugging

The bridge component of Camel and Spring Integration.

Spring Redis Test / camel-spring-redis

Code Block
none
languagenonetext
spring-redis://hostName:port
test:expectedMessagesEndpointUri[?<options>]

Creates a Mock endpoint which expects to receive all the message bodies that could be polled from the given underlying endpoint

...

Component for consuming and producing from a Redis. key-value store.

Templates

RNC / camel-jing

Component / ArtifactId / URI

Description

Bean Validation FreeMarker / camel-bean-validatorfreemarker

Code Block
none
languagenonetext
freemarker:templateName
bean-validator:something[?<options>]

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

Generates a response using a FreeMarker template.

Mustache FOP / camel-fopmustache

Code Block
none
languagenonetext

fopmustache:outputFormattemplateName[?<options>]

Renders the message into different output formats using Apache FOP

Generates a response using a Mustache template.

MVEL MSV / camel-msvmvel

Code Block
none
languagenonetext

msvmvel:someLocalOrRemoteResourcetemplateName[?<options>]

Validates the payload of a message using the MSV Library

Code Block
nonenone

Generates a response using an MVFLEX Expression Language (MVEL) template.

Scalate / scalate-camel in org.fusesource.scalate

Code Block
languagetext
scalate:templateName

Generates a response using a Scalate template.

StringTemplate / camel-stringtemplate

Code Block
languagetext
string-template:templateName

rnc:/relativeOrAbsoluteUri[?<options>]

Validates the payload of a message using RelaxNG Compact Syntax

RNG / camel-jing

Code Block
nonenone

rng:/relativeOrAbsoluteUri[?<options>]

Validates the payload of a message using RelaxNG

Generates a response using a String Template.

Velocity StAX / camel-staxvelocity

Code Block
none
languagenonetext

stax:(contentHandlerClassName|#myHandler)

Process messages through a SAX ContentHandler.

XQuery / camel-saxon

Code Block
nonenone

xquery:someXQueryResourcevelocity:templateName[?options]

Generates a response using an XQuery Apache Velocity template

Testing

Component / ArtifactId / URI

Description

DataSet XSLT / camel-core (camel-spring for Camel 2.8 or older)

Code Block
none
languagenonetext

xsltdataset:templateNamename[?<options>]

Generates a response using an XSLT template

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

Mock Validation / camel-core (camel-spring for Camel 2.8 or older)

Code Block
none
languagenonetext

validationmock:someLocalOrRemoteResourcename[?<options>]

Validates the payload of a message using XML Schema and JAXP Validation

Web Services and Remoting

For testing routes and mediation rules using mocks.

Stub / camel-core

Code Block
languagetext
stub:someOtherCamelUri

Component / ArtifactId / URI

Description

CXF / camel-cxf

Code Block
nonenone

cxf:<bean:cxfEndpoint|//someAddress>[?<options>]

Working with Apache CXF for web services integration

Allows you to stub out some physical middleware endpoint for easier testing or debugging.

Test CXF Bean / camel-cxfspring

Code Block
none
languagenonetext

cxfbeantest:serviceBeanRefexpectedMessagesEndpointUri[?<options>]

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

Creates a Mock endpoint which expects to receive all the message bodies that could be polled from the given underlying endpoint.

Web Services

Websocket / camel-websocket

websocket://hostname[:port][/resourceUri]

Component / ArtifactId / URI

Description

CXF CXFRS / camel-cxf

Code Block
none
languagenonetext

cxfrscxf:<bean:rsEndpointcxfEndpoint|//address>someAddress>[?<options>]

Working with Apache CXF for REST web services integration.

Restlet CXF Bean / camel-restletcxf

Code Block
none
languagenonetext

restletcxfbean:restletUrlserviceBeanRef[?<options>]

Component for consuming and producing Restful resources using Restlet

Proceess the exchange using a JAX-WS or JAX-RS annotated bean from the registry.

CXFRS RMI / camel-rmicxf

Code Block
none
languagenonetext
cxfrs:<bean:rsEndpoint|//someAddress>
rmi://hostName[:port][?<options>]

Working with RMI Apache CXF for RESTful services integration.

Restlet Spring Web Services / camel-spring-wsrestlet

Code Block
none
languagenonetext
restlet:restletUrl[
spring-ws:[mapping-type:]address[?<options>]

Client-side support for accessing web services, and server-side support for creating your own contract-first web services using Spring Web Services

Code Block
nonenone

Component for consuming and producing Restful resources using Restlet.

REST Swagger / camel-rest-swagger

Code Block
languagetext
rest-swagger:[specificationUri#]opreationId
[?<options>]

Communicating with Websocket clients

Platform support

APNS / camel-apns

Component for accessing REST resources using Swagger specification as configuration.

Spring Web Services / camel-spring-ws

Code Block
languagetext
spring-ws:[mapping-type:]someAddress[?<options>]

Client-side support for accessing web services, and server-side support for creating your own contract-first web services using Spring Web Services.

Websocket / camel-websocket

Code Block
languagetext
websocket://hostname[:port][/resourceUri]

Component / ArtifactId / URI

Description

Code Block
nonenone

apns:<notify|consumer>[?<options>]

For sending notifications to Apple iOS devices

Salesforce / camel-salesforce

Code Block
nonenone

salesforce:topic[?<options>]

To integrate with Salesforce

Communicating with Websocket clients.

XML

Component / ArtifactId / URI

Description

Bean Validator SAP NetWeaver / camel-sapbean-netweavervalidator

Code Block
none
languagenonetext

sapbean-netweavervalidator:hostNamesomething[:port][?<options>]

To integrate with SAP NetWeaver Gateway

Validates the payload of a message using the Java Validation API (JSR 303). Hibernate Validator. is the reference implementation.

FOP Vertx / camel-vertxfop

Code Block
none
languagenonetext

vertx:eventBusNamefop:outputFormat[?<options>]

Working with the vertx event bus

Special support

Avro / camel-avro

RCode / camel-rcode in camel-extra

Weather / camel-weather

Renders the message into different output formats using Formatting Objects Processor (FOP), which is driven by XSL formatting objects (XSL-FO).

MSV / camel-msv

Code Block
languagetext
msv:someLocalOrRemoteResource[?<options>]

Validates the payload of a message using the MSV Library.

RNC / camel-jing

Code Block
languagetext
rnc:/relativeOrAbsoluteUri

Component / ArtifactId / URI

Description

Code Block
nonenone

avro:[transport]:[host]:[port][/messageName][?<options>]

Working with Apache Avro for data serialization.

Cache / camel-cache

Code Block
nonenone

cache://cacheName[?<options>]

Validates the payload of a message using RelaxNG Compact Syntax.

RNG

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

Geocoder / camel-geocoderjing

Code Block
none
languagenonetext

geocoder:<address|latlng:latitude,longitude>rng:/relativeOrAbsoluteUri[?<options>]

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

Validates the payload of a message using RelaxNG.

StAX Hazelcast / camel-hazelcaststax

Code Block
none
languagenone

hazelcast://[type]:cachename[?<options>]

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.

Code Block
xmlxml

rcode://host[:port]/operation[?options]

Uses Rserve to integrate Camel with the statistics environment R

Code Block
nonenone

wweather://name[?<options>]

Polls the weather information from Open Weather Map

Miscellaneous

Activiti / activiti-camel

Esper / camel-esper in camel-extra

jclouds / camel-jclouds

This component provides access to remote file systems over the CIFS/SMB networking protocol by using the JCIFS library.

text
stax:(contentHandlerClassName|#myHandler)

Process messages through a Simple API for XML (SAX) ContentHandler.

XQuery / camel-saxon

Code Block
languagetext
xquery:someXQueryResource

Generates a response using an XQuery template.

XSLT / camel-core

Code Block
languagetext
xslt:templateName[?<options>]

Generates a response using a Extensible Stylesheet Language Transformations (XSLT) template.

Validation / camel-core

Code Block
languagetext
validation:someLocalOrRemoteResource[?<options>]

Validates the payload of a message using XML Schema and Java API for XML Processing (JAXP) Validation

Component / ArtifactId / URI

Description

Code Block
xmlxml

activiti:camelProcess:serviceTask

For working with Activiti, a light-weight workflow and Business Process Management (BPM) platform which supports BPMN 2

Code Block
xmlxml

esper:name

Working with the Esper Library for Event Stream Processing

Code Block
nonenone

jclouds:<blobstore|compute>:[provider id][?<options>]

For interacting with cloud compute & blobstore service via jclouds

JCIFS / camel-jcifs in camel-extra

Code Block
xmlxml

smb://user@server.example.com/sharename?password=secret&localWorkDirectory=/tmp