Versions Compared

Key

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

...

Component / ArtifactId / URI

Description

Bean / camel-core

Code Block
none
none
bean:beanName[?<options>]

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

Class / camel-core

Code Block
none
none
class:className[?<options>]

Uses the Bean Binding to bind message exchanges to beans based on the class name. Is also used for exposing and invoking POJOs.

Context / camel-context

Code Block
none
none

[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 / camel-core

Code Block
none
none
dataformat:name:<marshal|unmarshal>[?<options>]

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

Language / camel-core

Code Block
none
none
language://languageName[:script][?<options>]

Executes Languages scripts.

Properties / camel-core

Code Block
none
none
properties://key[?<options>]

Facilitates using property placeholders directly in endpoint URI definitions.

Ref / camel-core

Code Block
none
none
ref:name

Component for lookup of existing endpoints bound in the Registry.

...

Component / ArtifactId / URI

Description

CMIS / camel-cmis

Code Block
none
none
cmis://cmisServerUrl[?<options>]

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

JCR / camel-jcr

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

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

...

Endpoint Communications

Db4o / camel-db4o in camel-extra

JDBC / camel-jdbc

JPA / camel-jpa

Component / ArtifactId / URI

Description

CouchDB Direct / camel-couchdbcore

Code Block
none
none
couchdbdirect:hostNamesomeName[:port]/database[?<options>]

To integrate with Apache CouchDB.

Code Block
xmlxml
?<options>]

Synchronous call to another endpoint from same CamelContext.

Direct-VM / camel-core

Code Block
none
none

direct-vm:someName[?<options>]

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

Disruptor / camel-disruptor


db4o://className

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

EJB / camel-ejb

Code Block
none
none
ejbdisruptor:ejbNamesomeName[?<options><option>]

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.

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

Disruptor VM / camel-disruptor HBase / camel-hbase

Code Block
none
none
hbase://tabledisruptor-vm:someName[?<options><option>]

Provides asynchronous SEDA behavior much as the standard SEDA Component, but utilizes a Disruptor instead of a BlockingQueue. The buffers of the disrupter-vm 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
none
none

seda:someName

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

Hibernate / camel-hibernate in camel-extra

Code Block
xmlxml

hibernate://entityName[?<options>]

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

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

VM / camel-core iBATIS / camel-ibatis

Code Block
none
none
ibatisvm://statementNamequeueName[?<options>]

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

Code Block
nonenone

jdbc:dataSourceName[?<options>]

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

Code Block
nonenone

jpa://entityName[?<options>]

Asynchronous call to another endpoint in the same JVM.

ESB

Component / ArtifactId / URI

Description

JBI / servicemix-camel

Code Block
xml
xml

jbi:serviceName

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

NMR / servicemix-nmr

Code Block
xml
xml

nmr://serviceName

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

Vertx / camel-vertx

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
none
none
krati://datastorePath[?<options>]

For producing to or consuming to Krati datastores.

vertx:eventBusName

Working with the vertx event bus.

Feeds

Component / ArtifactId / URI

Description

Atom / camel-atom MongoDB / camel-mongodb

Code Block
none
none
mongodbatom:connectionBeanatomUri[?<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.

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

RSS / camel-rss MyBatis / camel-mybatis

Code Block
none
none
mybatisrss://statementNameuri[?<options>]

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

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

File I/O and Transfer

Component / ArtifactId / URI

Description

File / camel-core SQL / camel-sql

Code Block
none
none
sql:select * from table where id=#file://nameOfFileOrDirectory[?<options>]

Performing Structured Query Language (SQL) queries using JDBC.

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

FTP / camel-ftp

Code Block
none
none

ftp:contextPath[?<options>]

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

FTPS / camel-ftp

Code Block
none
none

ftps://[username@]

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

Code Block
xmlxml

spring-neo4j:http://hostName[:port]/databasedirectoryName[?options<options>]

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

ESB

...

Component / ArtifactId / URI

...

Description

JBI / servicemix-camel

...


jbi:serviceName

...

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

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

SFTP / camel-ftp

Code Block
none
none

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

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

Google

Component / ArtifactId / URI

Description

GAuth / camel-gae

Code Block
none
none

gauth://name[?<options>]

Used by web applications to implement an OAuth consumer.

GHttp / camel-gae

NMR / servicemix-nmr

...


nmr://serviceName

...

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

Feeds

Component / ArtifactId / URI

Description

Atom / camel-atom

Code Block
none
none
atomghttp:atomUricontextPath[?<options>]

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

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

GLogin / camel-gae RSS / camel-rss

Code Block
none
none
rssglogin:uri[//hostName[:port][?<options>]

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

File I/O

SFTP / camel-ftp

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

GTask / camel-gae

Component / ArtifactId / URI

Description

File / camel-core

Code Block
none
none
filegtask://nameOfFileOrDirectoryqueueName[?<options>]

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

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

GMail FTP / camel-ftpgae

Code Block
none
none
ftp:contextPathgmail://user@g[oogle]mail.com[?<options>]

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

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

Google Guava EventBus / camel-guava-eventbus FTPS / camel-ftp

Code Block
none
none
ftps://[username@]hostName[:port]/directoryName[guava-eventbus:busName[?<options>]

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

Code Block
nonenone

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

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

...

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

GAuth AHC / camel-gaeahc

Code Block
none
none
gauthahc://name[http[s]://hostName[:port][/resourceUri][?<options>]

To call external HTTP services using Async Http Client.

Cometd

Used by web applications to implement an OAuth consumer.

GHttp / camel-gaecometd

Code Block
none
none
ghttp:contextPathcometd://hostName:port/channelName[?<options>]

Provides connectivity Used to the URL fetch service of Google App Engine but can also be used to receive messages from servlets. deliver messages using the jetty cometd implementation of the bayeux protocol.

HTTP / camel-http GLogin / camel-gae

Code Block
none
none
gloginhttp://hostName[:port][/resourceUri][?<options>]

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

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

HTTP4 / camel-http4 GTask / camel-gae

Code Block
none
none
gtask://queueNamehttp4:hostName[:port][/resourceUri][?<options>]

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

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

Jetty / camel-jetty GMail / camel-gae

Code Block
none
none
gmail://user@g[oogle]mail.comjetty:hostName[:port][/resourceUri][?<options>]

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

For exposing services over HTTP.

Servlet Google Guava EventBus / camel-guava-eventbusservlet

Code Block
none
none
guava-eventbusservlet:busNamerelativePath[?<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

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

JMS

Cometd / camel-cometd

Component / ArtifactId / URI

Description

AHC ActiveMQ / activemq-camel-ahc

Code Block
nonexmlnone
xml
ahcactivemq:http[s]://hostName[:port][/resourceUri][?<options>]

To call external HTTP services using Async Http Client.

Code Block
nonenone

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

For JMS Messaging with Apache ActiveMQ

ActiveMQ Journal / activemq-core

Code Block
xml
xml

activemq.journal:filesystemDirectory

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

JMS / camel-jms

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

HTTP / camel-http

Code Block
none
none
httpjms:hostName[queue:port|topic:]destinationName[/resourceUri][?<options>]

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

Working with JMS provider.

RabbitMQ HTTP4 / camel-http4rabbitmq

Code Block
none
none
http4rabbitmq:hostName//hostname[:port][/resourceUri]exchangeName[?<options>]

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

Component for integrating with RabbitM.

SJMS Jetty / camel-jettysjms

Code Block
none
none
jettysjms:hostName[queue:port][/resourceUri]|topic:]destinationName[?<options>]

For exposing services over HTTP A ground up implementation of a JMS clien.

Servlet Stomp / camel-servletstomp

Code Block
none
none
servletstomp:queue:relativePathdestinationName[?<options>]

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

...

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

ZeroMQ / camel-zeromq in camel-extra.

Code Block
xml
xml

zeromq:<tcp|ipc>://hostName:port

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

LDAP

Component / ArtifactId / URI

Description

Direct LDAP / camel-coreldap

Code Block
none
none
direct:someNameldap:hostName[:port][?<options>]

Synchronous call to another endpoint from same CamelContext.

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

Spring LDAP / camel-spring-ldap Direct-VM / camel-core

Code Block
none
none
directspring-vmldap:someNamespringLdapTemplateBean[?<options>]

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

Camel wrapper for Spring LDAP

Mail

Component / ArtifactId / URI

Description

POP3 / camel-mail Disruptor / camel-disruptor

Code Block
none
none
disruptor:someNamepop3://[username@]hostName port][?<option><options>]

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

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

POP3S / camel-mail Disruptor VM / camel-disruptor

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

Provides asynchronous SEDA behavior much as the standard SEDA Component, but utilizes a Disruptor instead of a BlockingQueue. The buffers of the disrupter-vm endpoints also provides support for communication across CamelContexts instances so you can use this mechanism to communicate across web applications

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

Receiving email using secured POP3 and JavaMail.

SMTP / camel-mail SEDA / camel-core

Code Block
none
none
seda:someNamesmtp://[username@]hostName[:port][?<options>]

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

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

SMTPS / camel-mail VM / camel-core

Code Block
none
none
vmsmtps:queueName//[?<options>]

Asynchronous call to another endpoint in the same JVM.

JMS

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

Sending email using secured SMTP and JavaMail.

IMAP / camel-mail

Code Block
none
none

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

Receiving email using Internet Message Access Protocol (IMAP).

IMAPS / camel-mail

Code Block
none
none

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

Receiving email using secured IMAP.

Maintenance and Monitoring

ActiveMQ / activemq-camel

ActiveMQ Journal / activemq-core

JMS / camel-jms

Component / ArtifactId / URI

Description

Browse / camel-core

Component / ArtifactId / URI

Description

Code Block
xmlxml

activemq:[topic:]destinationName

For JMS Messaging with Apache ActiveMQ

Code Block
xmlxml

activemq.journal:filesystemDirectory

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

Code Block
nonenone

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

Working with JMS provider.

RabbitMQ / camel-rabbitmq

Code Block
none
none
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
none
none

controlbus:commandrabbitmq://hostname[:port]/exchangeName[?<options>]

Component for integrating with RabbitM.

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

JMX SJMS / camel-sjmsjmx

Code Block
none
none
sjmsjmx:[queue:|topic:]destinationName[?<options>]

A ground up implementation of a JMS clien.

//platform[?<options>]

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

Nagios / camel-nagios Stomp / camel-stomp

Code Block
none
none
stomp:queue:destinationNamenagios://hostName[:port][?<options>]

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

Sending passive checks to Nagios using JSendNSCA.

SNMP / camel-snmp

Code Block
none
none

snmp

ZeroMQ / camel-zeromq in camel-extra.

Code Block
xmlxml

zeromq:<tcp|ipc>://hostName[:port

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

...

][?<options>]

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

Messaging

Spring LDAP / camel-spring-ldap

Component / ArtifactId / URI

Description

LDAP AMQP / camel-ldapamqp

Code Block
none
none
ldapamqp:hostName[queue:|topic:port]destinationName[?<options>]

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

Code Block
nonenone

spring-ldap:springLdapTemplateBean[?<options>]

Camel wrapper for Spring LDAP

Mail

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

Esper / camel-esper in camel-extra

Code Block
xml
xml

esper:name

Working with the Esper Library for Event Stream Processing.

JavaSpace / camel-javaspace

Component / ArtifactId / URI

Description

POP3 / camel-mail

Code Block
none
none
pop3javaspace:jini://[username@]hostName port][?<options>]

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

Sending and receiving messages through JavaSpace.

JT/400 POP3S / camel-mailjt400

Code Block
none
none
pop3sjt400://user:pwd@system/[username@]hostName port][<path_to_dtaq>[?<options>]

Receiving email using secured POP3 and JavaMail.

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

Kestrel / camel-kestrel SMTP / camel-mail

Code Block
none
none
smtpkestrel://[username@]hostName[:port]addresslist/]queueName[?<options>]

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

For producing to or consuming from Kestrel queues.

MQTT SMTPS / camel-mailmqtt

Code Block
none
none
smtpsmqtt://name[username@]hostName[:port][?<options>]

Sending email using secured SMTP and JavaMail.

?<options>]

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

SIP / camel-sip IMAP / camel-mail

Code Block
none
none
imapsip://[username@]hostNameuser@hostName[:port][?<options>]

Receiving email using Internet Message Access Protocol (IMAP).

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

SIPS IMAPS / camel-mailsip

Code Block
none
none
imapssips://user@hostName[username@]hostName[:port][?<options>]

Receiving email using secured IMAP.

Maintenance and Monitoring

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

SMPP / camel-smpp

Component / ArtifactId / URI

Description

Browse / camel-core

Code Block
none
none
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.

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

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

SMPPS / camel-smpp ControlBus / camel-core

Code Block
none
none
controlbus:commandsmpps://[username@]hostName[:port][?<options>]

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

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

Quickfix / camel-quickfix JMX / camel-jmx

Code Block
none
none
jmxquickfix://platformconfigFile[?<options>]

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

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

Networking

Component / ArtifactId / URI

Description

MINA / camel-mina

Nagios / camel-nagios

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

Sending passive checks to Nagios using JSendNSCA.

Messaging

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

Component / ArtifactId / URI

Description

AMQP / camel-amqp

Code Block
none
none
amqpmina2:[queue:|topic:]destinationName<tcp|udp|vm>:hostName[:port][?<options>]

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

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

HL7 / camel-hl7 JavaSpace / camel-javaspace

Code Block
none
none
javaspacemina2:jinitcp://hostName[:port][?<options>]

Sending and receiving messages through JavaSpace.

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

Netty / camel-netty JT/400 / camel-jt400

Code Block
none
none
jt400netty:<tcp|udp>//user:pwd@system/<path_to_dtaq>hostName[:port][?<options>]

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

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

Netty HTTP / camel-netty-http Kestrel / camel-kestrel

Code Block
none
none
kestrel://[addresslist/]queueNamenetty-http:http:[port]/contextPath[?<options>]

For producing to or consuming from Kestrel queues.

Netty HTTP server and client using the Netty project.

OSGI

Component / ArtifactId / URI

Description

EventAdmin MQTT / camel-mqtteventadmin

Code Block
none
none
mqtteventadmin:nametopic[?<options>]

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

Receiving OSGi EventAdmin events.

Pax Logging SIP / camel-sippaxlogging

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

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

paxlogging:appender

Receiving Pax-Logging events in OSGi.

Persistence

Component / ArtifactId / URI

Description

CouchDB / camel-couchdb SIPS / camel-sip

Code Block
none
none
sipscouchdb://user@hostNamehostName[:port]/database[?<options>]

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

To integrate with Apache CouchDB.

Db4o / camel-db4o in camel-extra

Code Block
xml
xml

db4o://className

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

EJB / camel-ejb SMPP / camel-smpp

Code Block
none
none
smppejb://[username@]hostName[:port][ejbName[?<options>]

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

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 SMPPS / camel-smpp

Code Block
none
none
smppshbase://[username@]hostName[:port][table[?<options>]

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

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

Hibernate / camel-hibernate in camel-extra

Code Block
xml
xml

hibernate://entityName

SNMP / camel-snmp

Code Block
nonenone

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

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

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

iBATIS Quickfix / camel-quickfixibatis

Code Block
none
none
quickfixibatis:configFile//statementName[?<options>]

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

Networking

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

JDBC / camel-jdbc

Component / ArtifactId / URI

Description

MINA / camel-mina

Code Block
none
none
mina:<tcp|udp|vm>:hostName[:port]jdbc:dataSourceName[?<options>]

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.

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

JPA / camel-jpa

Code Block
none
none

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 MINA2 / camel-mina2

Code Block
none
none
mina2:<tcp|udp|vm>:hostName[:port]krati://datastorePath[?<options>]

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

For producing to or consuming to Krati datastores.

MongoDB / camel-mongodb HL7 / camel-hl7

Code Block
none
none
mina2:tcp://hostName[:port]mongodb:connectionBean[?<options>]

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

Netty

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

Component / ArtifactId / URI

Description

Netty / camel-netty

Code Block
none
none
nettymybatis:<tcp|udp>//hostNamestatementName[:port][?<options>]

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

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

SQL / camel-sql Netty HTTP / camel-netty-http

Code Block
none
none
netty-http:http:[port]/contextPath[?<options>]

Netty HTTP server and client using the Netty project.

...

sql:queryCommand[?<options>]

Performing Structured Query Language (SQL) queries using JDBC.

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

Code Block
xml
xml

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

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

Security

Component / ArtifactId / URI

Description

EventAdmin Crypto (Digital Signatures) / camel-eventadmincrypto

Code Block
none
none
eventadmin:topic[crypto:<sign|verify>:name[?<options>]

Receiving OSGi EventAdmin events.

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

XML Security Pax Logging / camel-paxloggingxmlsecurity

Code Block
none
none
paxlogging:appender

Receiving Pax-Logging events in OSGi.

...

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

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

Search Engines

Component / ArtifactId / URI

Description

Context ElasticSearch / camel-contextelasticsearch

Code Block
none
none
[context:]camelContextId:localEndpointNameelasticsearch://clusterName[?<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.

For interfacing with an ElasticSearch server.

Lucene / camel-lucene Routebox / camel-routebox

Code Block
none
none
routebox:routeBoxNamelucene:searcherName:<insert|query>[?<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.

...

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

SOLR / camel-solr

Code Block
none
none

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

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

Social Media

Component / ArtifactId / URI

Description

Crypto (Digital Signatures) Facebook / camel-cryptofacebook

Code Block
none
none
crypto:<sign|verify>:namefacebook://endpoint[?<options>]

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

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

Twitter XML Security / camel-xmlsecuritytwitter

Code Block
none
none
xmlsecurity:<sign|verify>:nametwitter://endpoint[?<options>]

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

Search Engines

A twitter endpoint.

Yammer / camel-yammer

Component / ArtifactId / URI

Description

ElasticSearch / camel-elasticsearch

Code Block
none
none
elasticsearchyammer://clusterNamefunction[?<options>]

For interfacing with an ElasticSearch server.

Allows you to interact with the Yammer enterprise social network.

Spring

Component / ArtifactId / URI

Description

Spring Event / camel-spring

Lucene / camel-lucene

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

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

spring-event://default

Working with Spring ApplicationEvents.

Spring Batch / camel-spring-batch SOLR / camel-solr

Code Block
none
none
solr://hostName[:port]/solr[spring-batch:jobName[?<options>]

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

Social Media

To bridge Camel and Spring Batch.

Spring Integration / camel-spring-integration

Component / ArtifactId / URI

Description

Facebook / camel-facebook

Code Block
none
none
facebook://endpointspring-integration:defaultChannelName[?<options>]

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

The bridge component of Camel and Spring Integration.

Spring Redis Twitter / camel-twitterspring-redis

Code Block
none
none
twitterspring-redis://endpointhostName:port[?<options>]

A twitter endpoint.

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

Templates

Component / ArtifactId / URI

Description

FreeMarker / camel-freemarker Yammer / camel-yammer

Code Block
none
none
yammerfreemarker://functiontemplateName[?<options>]

Allows you to interact with the Yammer enterprise social network.

Spring

Generates a response using a FreeMarker template.

Mustache

Component / ArtifactId / URI

Description

Spring Event / camel-springmustache

Code Block
none
none
spring-event://default

Working with Spring ApplicationEvents.

mustache:templateName[?<options>]

Generates a response using a Mustache template.

MVEL / camel-mvel Spring Batch / camel-spring-batch

Code Block
none
none
spring-batchmvel:jobNametemplateName[?<options>]

To bridge Camel and Spring Batch.

Generates a response using an MVEL template.

Scalate / scalate-camel Spring Integration / camel-spring-integration

Code Block
nonexmlnone
xml
spring-integration:defaultChannelName[?<options>]

The bridge component of Camel and Spring Integration.

scalate:templateName

Uses the given Scalate template to transform the message.

StringTemplate / camel-stringtemplate Spring Redis / camel-spring-redis

Code Block
none
none
springstring-redis://hostName:porttemplate:templateName[?<options>]

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

Templates

Generates a response using a String Template.

Testing

Scalate / scalate-camel

Component / ArtifactId Component / ArtifactId / URI

Description

FreeMarker DataSet / camel-freemarkercore

Code Block
none
none
freemarkerdataset:templateNamename[?<options>]

Generates a response using a FreeMarker 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 / camel-core Mustache / camel-mustache

Code Block
none
none
mustachemock:templateNamename[?<options>]

Generates a response using a Mustache template.

For testing routes and mediation rules using mocks.

Stub MVEL / camel-mvelcore

Code Block
none
none
mvelstub:templateNamesomeOtherCamelUri[?<options>]

Generates a response using an MVEL template.

Code Block
xmlxml

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

Test / camel-spring

Code Block
none
none

test:expectedMessagesEndpointUri[?<options>]

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

Utilities

Component / ArtifactId / URI

Description

DNS / camel-dns


scalate:templateName

Uses the given Scalate template to transform the message.

StringTemplate / camel-stringtemplate

Code Block
none
none
string-templatedns:templateNameoperation[?<options>]

Generates a response using a String Template.

Testing

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

Exec / camel-exec

Component / ArtifactId / URI

Description

DataSet / camel-core

Code Block
none
none
datasetexec:name//executable[?<options>]

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. executing system commands.

Flatpack Mock / camel-coreflatpack

Code Block
none
none
mock:nameflatpack:[fixed|delim]:configFile[?<options>]

For testing routes and mediation rules using mocks.

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

HDFS Stub / camel-corehdfs

Code Block
none
none
stub:someOtherCamelUrihdfs://hostName[:port][/path][?<options>]

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

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

JSch / camel-jsch Test / camel-spring

Code Block
none
none
test:expectedMessagesEndpointUriscp://hostName[:port]/destination[?<options>]

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

Utilities

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

Log / camel-core

Component / ArtifactId / URI

Description

DNS / camel-dns

Code Block
none
none
dnslog:operationloggingCategory[?<options>]

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

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

Printer / camel-printer Exec / camel-exec

Code Block
none
none
execlpr://executablehostName[:port]/printerPath[?<options>]

For executing system commands.

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.

Stream Flatpack / camel-flatpackstream

Code Block
none
none
flatpack:[fixed|delim]:configFilestream:<in|out|err|file|header|url>[?<options>]

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

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

SSH component / camel-ssh HDFS / camel-hdfs

Code Block
none
none
hdfs://ssh:[username[:password]@]hostName[:port][/path][?<options>]

For reading/writing from/to an Hadoop Distributed File System (HDFS) filesystem. sending commands to a SSH server

XML

Component / ArtifactId / URI

Description

Bean Validation / camel-bean-validator JSch / camel-jsch

Code Block
none
none
scp://hostName[:port]/destinationbean-validator:something[?<options>]

Support for the scp protocol Validates the payload of a message using the Client API of the Java Secure Channel (JSch) project. Java Validation API (JSR 303 and Java API for XML Processing (JAXP) Validation) and its reference implementation Hibernate Validator.

FOP / camel-fop Log / camel-core

Code Block
none
none
logfop:loggingCategoryoutputFormat[?<options>]

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

Renders the message into different output formats using Formatting Objects Processor (FOP)

MSV / camel-msv Printer / camel-printer

Code Block
none
none
lpr://hostName[:port]/printerPathmsv:someLocalOrRemoteResource[?<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.

Validates the payload of a message using the MSV Library.

RNC / camel-jing Stream / camel-stream

Code Block
none
none
stream:<in|out|err|file|header|url>rnc:/relativeOrAbsoluteUri[?<options>]

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

Validates the payload of a message using RelaxNG Compact Syntax.

RNG / camel-jing

SSH component / camel-ssh

Code Block
none
none
ssh:[username[:password]@]hostName[:port][rng:/relativeOrAbsoluteUri[?<options>]

For sending commands to a SSH server

XML

Validates the payload of a message using RelaxNG.

StAX / camel-stax

Component / ArtifactId / URI

Description

Bean Validation / camel-bean-validator

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

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

stax:(contentHandlerClassName|#myHandler)

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

XQuery / camel-saxon FOP / camel-fop

Code Block
none
none
fop:outputFormat[?<options>]

Renders the message into different output formats using Formatting Objects Processor (FOP)

xquery:someXQueryResource

Generates a response using an XQuery template.

XSLT / camel-core MSV / camel-msv

Code Block
none
none
msvxslt:someLocalOrRemoteResourcetemplateName[?<options>]

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

Validation

Validates the payload of a message using the MSV Library.

RNC / camel-jingcore

Code Block
none
none
rncvalidation:/relativeOrAbsoluteUrisomeLocalOrRemoteResource[?<options>]

Validates the payload of a message using RelaxNG Compact Syntax. XML Schema and JAXP Validation.

Web Services and Remoting

Component / ArtifactId / URI

Description

CXF RNG / camel-jingcxf

Code Block
none
none
rngcxf:<bean:cxfEndpoint|/relativeOrAbsoluteUri/someAddress>[?<options>]

Validates the payload of a message using RelaxNG.

Working with Apache CXF for web services integration.

CXF Bean StAX / camel-staxcxf

Code Block
none
none
stax:(contentHandlerClassName|#myHandler)

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

cxfbean:serviceBeanRef[?<options>]

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

CXFRS / camel-cxf XQuery / camel-saxon

Code Block
none
none
xquery:someXQueryResource

Generates a response using an XQuery template.

cxfrs:<bean:rsEndpoint|//someAddress>[?<options>]

Working with Apache CXF for REST services integration.

Restlet / camel-restlet XSLT / camel-core

Code Block
none
none
xsltrestlet:templateNamerestletUrl[?<options>]

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

Component for consuming and producing Restful resources using Restlet.

Spring Web Services / camel-spring-ws Validation / camel-core

Code Block
none
none
validation:someLocalOrRemoteResourcespring-ws:[mapping-type:]someAddress[?<options>]

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

Web Services and Remoting

CXF Bean / camel-cxf

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

Component / ArtifactId / URI

Description

CXF / camel-cxf

Code Block
none
none
cxf:<bean:cxfEndpoint|//someAddress>websocket://hostname[:port][/resourceUri][?<options>]

Working with Apache CXF for web services integration.

Code Block
nonenone

cxfbean:serviceBeanRef[?<options>]

Communicating with Websocket clients.

Platform support

Component / ArtifactId / URI

Description

Activiti / activiti-camel

Code Block
xml
xml

activiti:camelProcess:serviceTask

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

APNS / camel-apns

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

CXFRS / camel-cxf

Code Block
none
none
cxfrsapns:<bean:rsEndpoint|//someAddress><notify|consumer>[?<options>]

For sending notifications to Apple iOS devices.

Salesforce

Working with Apache CXF for REST services integration.

Restlet / camel-restletsalesforce

Code Block
none
none
restletsalesforce:restletUrltopic[?<options>]

Component for consuming and producing Restful resources using Restlet.

To integrate with Salesforce.

SAP NetWeaver / camel-sap-netweaver RMI / camel-rmi

Code Block
none
none
rmisap-netweaver://hostName[:port][?<options>]

Working with remote method invocation (RMI).

To integrate with SAP NetWeaver Gateway.

Remote Services

Component / ArtifactId / URI

Description

Avro / camel-avro Spring Web Services / camel-spring-ws

Code Block
none
none
spring-wsavro:[transport]:[mapping-type:]someAddresshost]:[port][/messageName][?<options>]

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

Working with Apache Avro for data serialization.

jclouds / camel-jclouds Websocket / camel-websocket

Code Block
none
none
websocket://hostname[:port][/resourceUrijclouds:<blobstore|compute>:[provider id][?<options>]

Communicating with Websocket clients.

Platform support

APNS / camel-apns

Salesforce / camel-salesforce

For interacting with cloud compute & blobstore service via jclouds.

JCIFS / camel-jcifs in camel-extra

Code Block
xml
xml

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

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

RMI / camel-rmi

Component / ArtifactId / URI

Description

Code Block
nonenone

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

For sending notifications to Apple iOS devices.

Code Block
nonenone

salesforce:topic[?<options>]

To integrate with Salesforce.

SAP NetWeaver / camel-sap-netweaver

Code Block
none
none
sap-netweaverrmi://hostName[:port][?<options>]

To integrate with SAP NetWeaver Gateway.

Working with remote method invocation (RMI).

Special support

Component / ArtifactId / URI

Description

Cache Vertx / camel-vertxcache

Code Block
none
none
vertx:eventBusName

Working with the vertx event bus.

Special support

Avro / camel-avro

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://cacheNamecache://cacheName[?<options>]

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

Geocoder / camel-geocoder

Code Block
none
none
geocoder:<address|latlng:latitude,longitude>[?<options>]

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

Hazelcast / camel-hazelcast

Code Block
none
none
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.

RCode / camel-rcode in camel-extra

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

Uses Rserve to integrate Camel with the statistics environment R.

Weather Routebox / camel-weatherroutebox

Code Block
none
none
wweatherroutebox://namerouteBoxName[?<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.

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
none
none

weather://name[?<options>]

Polls the weather information from Open Weather Map

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