Versions Compared

Key

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

...

Component / ArtifactId / URI

Description

JGroups / camel-jgroups in camel-extra

Code Block
xml
xml
jgroups://clusterName

Provides exchange of messages between Camel infrastructure and JGroups clusters.

ZooKeeper / camel-zookeeper

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

Working with ZooKeeper cluster(s).

...

Content Repositories

Component / ArtifactId / URI

Description

DNS CMIS / camel-dnscmis

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

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

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

JCR / camel-jcr Exec / camel-exec

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

For executing system commands.

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

Databases

Flatpack / camel-flatpack

JSch / camel-jsch

Stream / camel-stream

Component / ArtifactId / URI

Description

CouchDB / camel-couchdb

Code Block
nonenone

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

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

HDFS / camel-hdfs

Code Block
none
none
hdfscouchdb://hostName[:port][/path]database[?<options>]

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

Code Block
nonenone

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

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

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

Code Block
none
none
logejb:loggingCategoryejbName[?<options>]

Uses Jakarta Commons Logging to log the message exchange to some underlying logging system like log4j. 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 Printer / camel-printer

Code Block
none
none
lprhbase://hostName[:port]/printerPathtable[?<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.

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

Hibernate / camel-hibernate in camel-extra

Code Block
xml
xml

hibernate://entityName[?<options>]

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

iBATIS / camel-ibatis

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

SSH component / camel-ssh

Code Block
none
none
sshibatis:[username[:password]@]hostName[:port][//statementName[?<options>]

For sending commands to a SSH server

Content Repositories

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

JDBC / camel-jdbc

Component / ArtifactId / URI

Description

CMIS / camel-cmis

Code Block
none
none
cmisjdbc://cmisServerUrldataSourceName[?<options>]

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

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

JPA JCR / camel-jcrjpa

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

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

Databases

iBATIS / camel-ibatis

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

Krati / camel-krati

Component / ArtifactId / URI

Description

CouchDB / camel-couchdb

Code Block
none
none
couchdb:hostName[:port]/databasekrati://datastorePath[?<options>]

To integrate with Apache CouchDB For producing to or consuming to Krati datastores.

Db4o MongoDB / camel-db4o in camel-extramongodb

Code Block
xmlnonexml
none
db4o://className

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

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 EJB / camel-ejb

Code Block
none
none
ejbmybatis:ejbName//statementName[?<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.

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

SQL / camel-sql HBase / camel-hbase

Code Block
none
none
hbase://tablesql:select * from table where id=#[?<options>]

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

Performing Structured Query Language (SQL) queries using JDBC.

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

Code Block
xml
xml
hibernatespring-neo4j:http://entityNamehostName[:port]/database[?<options>options]

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

Code Block

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

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.

Feeds

JDBC / camel-jdbc

Component / ArtifactId / URI

Description

Atom / camel-atom

Code Block
none
none

atom:atomUri[?<options>]

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

RSS / camel-rss

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 Java Database Connectivity (JDBC) queries and operations.

JPA / camel-jpa

Code Block
none
none
jparss://entityNameuri[?<options>]

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

File I/O

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

Component / ArtifactId / URI

Description

File / camel-core

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
kratifile://datastorePathnameOfFileOrDirectory[?<options>]

For producing to or consuming to Krati datastores.

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

FTP MongoDB / camel-mongodbftp

Code Block
none
none
mongodbftp:connectionBeancontextPath[?<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.

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

FTPS / camel-ftp MyBatis / camel-mybatis

Code Block
none
none
mybatisftps://statementName[username@]hostName[:port]/directoryName[?<options>]

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

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

SFTP / camel-ftp SQL / camel-sql

Code Block
none
none
sql:select * from table where id=#sftp://[username@]hostName[:port]/directoryName[?<options>]

Performing Structured Query Language (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.

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

Code Block
none
none

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

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

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

GTask / 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
atomgtask:atomUri//queueName[?<options>]

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

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

GMail / camel-gae RSS / camel-rss

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

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

File I/O

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

Google Guava EventBus / camel-guava-eventbus

Code Block
none
none

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 / Component / ArtifactId / URI

Description

File AHC / camel-coreahc

Code Block
none
none
fileahc:http[s]://nameOfFileOrDirectoryhostName[?<options>]

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

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

To call external HTTP services using Async Http Client.

Cometd / camel-cometd FTP / camel-ftp

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

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

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

HTTP FTPS / camel-ftphttp

Code Block
none
none
ftpshttp://[username@]hostName[:port][/directoryNameresourceUri][?<options>]

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

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

HTTP4 SFTP / camel-ftphttp4

Code Block
none
none
sftphttp4://[username@]hostName[:port][/directoryNameresourceUri][?<options>]

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

Google

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

Jetty / camel-jetty

Component / ArtifactId / URI

Description

GAuth / camel-gae

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

Used by web applications to implement an OAuth consumer For exposing services over HTTP.

GHttp Servlet / camel-gaeservlet

Code Block
none
none
ghttpservlet:contextPathrelativePath[?<options>]

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

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 GLogin / camel-gae

Code Block
none
none
glogin://hostName[:port]direct:someName[?<options>]

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

Synchronous call to another endpoint from same CamelContext.

Direct-VM GTask / camel-gaecore

Code Block
none
none
gtask://queueNamedirect-vm:someName[?<options>]

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

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

Disruptor / camel-disruptor GMail / camel-gae

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

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

someName[?<option>]

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

Disruptor VM / camel-disruptor Google Guava EventBus / camel-guava-eventbus

Code Block
none
none
guavadisruptor-eventbusvm:busNamesomeName[?<options><option>]

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

HTTP / camel-http

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

Component / ArtifactId / URI

Description

AHC / camel-ahc

Code Block
none
none
ahcseda:httpsomeName[s]://hostName[:port][/resourceUri][?<options>]

To call external HTTP services using Async Http Client.

?<options>]

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

VM / camel-core Cometd / camel-cometd

Code Block
none
none
cometd://hostName:port/channelNamevm:queueName[?<options>]

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

Code Block
nonenone

Asynchronous call to another endpoint in the same JVM.

JMS

HTTP4 / camel-http4

Component / ArtifactId / URI

Description

ActiveMQ / activemq-camel

Code Block
xml
xml

activemq:[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


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

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

Code Block
nonenone

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

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

Jetty / camel-jetty

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

For exposing services over HTTP Working with JMS provider.

Servlet RabbitMQ / camel-servletrabbitmq

Code Block
none
none
servlet:relativePathrabbitmq://hostname[:port]/exchangeName[?<options>]

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

In-Memory Management

Component for integrating with RabbitM.

SJMS / camel-sjms

Component / ArtifactId / URI

Description

Direct / camel-core

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

Synchronous call to another endpoint from same CamelContext.

A ground up implementation of a JMS clien.

Stomp Direct-VM / camel-corestomp

Code Block
none
none
direct-vm:someNamestomp:queue:destinationName[?<options>]

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

For 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

LDAP / camel-ldap Disruptor / camel-disruptor

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

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

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

Spring LDAP / camel-spring-ldap Disruptor VM / camel-disruptor

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

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

Camel wrapper for Spring LDAP

Mail

Component / ArtifactId / URI

Description

POP3 / camel-mail SEDA / camel-core

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

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

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

POP3S / camel-mail VM / camel-core

Code Block
none
none
vm:queueNamepop3s://[username@]hostName port][?<options>]

Asynchronous call to another endpoint in the same JVM.

JMS

ActiveMQ / activemq-camel

ActiveMQ Journal / activemq-core

Receiving email using secured POP3 and JavaMail.

SMTP / camel-mail

Code Block
none
none

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

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

SMTPS / camel-mail

Code Block
none
none

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

Sending email using secured SMTP and JavaMail.

IMAP / camel-mail

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

JMS / camel-jms

Code Block
none
none
jmsimap:[queue:|topic:]destinationName//[username@]hostName[:port][?<options>]

Working with JMS provider Receiving email using Internet Message Access Protocol (IMAP).

RabbitMQ IMAPS / camel-rabbitmqmail

Code Block
none
none
rabbitmqimaps://hostname[username@]hostName[:port]/exchangeName[[?<options>]

Component for integrating with RabbitM.

Receiving email using secured IMAP.

Maintenance and Monitoring

ZeroMQ / camel-zeromq in camel-extra.

Component / ArtifactId / URI

Description

Browse SJMS / camel-sjmscore

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

A ground up implementation of a JMS clien.

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 Stomp / camel-stomp

Code Block
none
none
stompcontrolbus:queue:destinationNamecommand[?<options>]

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

Code Block
xmlxml

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

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

LDAP

Spring LDAP / camel-spring-ldap

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

JMX / camel-jmx

Code Block
none
none

jmx://platform[?<options>]

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

Nagios / camel-nagios

Component / ArtifactId / URI

Description

LDAP / camel-ldap

Code Block
none
none
ldapnagios://hostName[:port][?<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

Sending passive checks to Nagios using JSendNSCA.

Messaging

Component / ArtifactId / URI

Description

POP3 AMQP / camel-mailamqp

Code Block
none
none
pop3amqp://[username@]hostName port][queue:|topic:]destinationName[?<options>]

Receiving email using Post Office For Messaging with the Advanced Message Queuing Protocol (POP3AMQP) and JavaMail.

POP3S JavaSpace / camel-mailjavaspace

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

Receiving email using secured POP3 and JavaMail.

Sending and receiving messages through JavaSpace.

JT/400 SMTP / camel-mailjt400

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

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

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

Kestrel / camel-kestrel SMTPS / camel-mail

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

Sending email using secured SMTP and JavaMail.

For producing to or consuming from Kestrel queues.

MQTT IMAP / camel-mailmqtt

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

Receiving email using Internet Message Access Protocol (IMAP).

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

SIP / camel-sip IMAPS / camel-mail

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

Receiving email using secured IMAP.

Maintenance and Monitoring

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

SIPS / camel-sip

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.

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

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

SMPP / camel-smpp ControlBus / camel-core

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

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

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

SMPPS / camel-smpp JMX / camel-jmx

Code Block
none
none
jmxsmpps://platform[username@]hostName[:port][?<options>]

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

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

SNMP Nagios / camel-nagiossnmp

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

Sending passive checks to Nagios using JSendNSCA.

Messaging

JavaSpace / camel-javaspace

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

Quickfix / camel-quickfix

Component / ArtifactId / URI

Description

AMQP / camel-amqp

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

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

Code Block
nonenone

javaspace:jini://hostName[?<options>]

Sending and receiving messages through JavaSpace.

configFile[?<options>]

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

Networking

Kestrel / camel-kestrel

Component / ArtifactId / URI

Description

MINA / camel-mina JT/400 / camel-jt400

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

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

Code Block
nonenone

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

For producing to or consuming from Kestrel queues.

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 MQTT / camel-mqtt

Code Block
none
none
mqtt:namemina2:<tcp|udp|vm>:hostName[:port][?<options>]

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

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

HL7 / camel-hl7 SIP / camel-sip

Code Block
none
none
sipmina2:tcp://user@hostNamehostName[:port][?<options>]

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

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

Netty

Component / ArtifactId / URI

Description

Netty / camel-netty SIPS / camel-sip

Code Block
none
none
sipsnetty:<tcp|udp>//user@hostNamehostName[:port][?<options>]

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

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

Netty HTTP / camel-netty-http SMPP / camel-smpp

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

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

Netty HTTP server and client using the Netty project.

OSGI

Component / ArtifactId / URI

Description

EventAdmin / camel-eventadmin SMPPS / camel-smpp

Code Block
none
none
smpps://[username@]hostName[:port]eventadmin:topic[?<options>]

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

Receiving OSGi EventAdmin events.

Pax Logging SNMP / camel-snmppaxlogging

Code Block
none
none
paxlogging:appender

Receiving Pax-Logging events in OSGi.

Routing

Component / ArtifactId / URI

Description

Context / camel-context

Code Block
none
none

[context:]camelContextId:localEndpointNamesnmp://hostName[:port][?<options>]

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

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.

Routebox / camel-routebox Quickfix / camel-quickfix

Code Block
none
none
quickfixroutebox:configFilerouteBoxName[?<options>]

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

Networking

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

MINA / camel-mina

Component / ArtifactId / URI

Description

Crypto (Digital Signatures) / camel-crypto

Component / ArtifactId / URI

Description

Code Block
nonenone

mina:<tcp|udp|vm>:hostName[:port][?<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.

MINA2 / camel-mina2

Code Block
none
none
mina2crypto:<tcp|udp|vm>:hostName[:port]<sign|verify>:name[?<options>]

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

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

XML Security / camel-xmlsecurity HL7 / camel-hl7

Code Block
none
none
mina2xmlsecurity:tcp://hostName[:port]<sign|verify>:name[?<options>]

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

...

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

Search Engines

Component / ArtifactId / URI

Description

Netty ElasticSearch / camel-nettyelasticsearch

Code Block
none
none
nettyelasticsearch:<tcp|udp>//hostName[:port]clusterName[?<options>]

For interfacing with an ElasticSearch server.

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.

SOLR / camel-solr

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

Netty HTTP / camel-netty-http

Code Block
none
none
netty-http:http:[solr://hostName[:port]/contextPathsolr[?<options>]

Netty HTTP server and client using the Netty project.

...

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

Social Media

Pax Logging / camel-paxlogging

Component / ArtifactId / URI

Description

EventAdmin Facebook / camel-eventadminfacebook

Code Block
none
none
eventadminfacebook:topic//endpoint[?<options>]

Receiving OSGi EventAdmin events.

Code Block
nonenone

paxlogging:appender

Receiving Pax-Logging events in OSGi.

Routing

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

Twitter / camel-twitter

Component / ArtifactId / URI

Description

Context / camel-context

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

A twitter endpoint.

Yammer / camel-yammer Routebox / camel-routebox

Code Block
none
none
routebox:routeBoxNameyammer://function[?<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.

...

Allows you to interact with the Yammer enterprise social network.

Spring

Component / ArtifactId / URI

Description

Spring Event / camel-spring

Code Block
none
none

spring-event://default

Working with Spring ApplicationEvents.

Spring Batch / camel-spring-batch Crypto (Digital Signatures) / camel-crypto

Code Block
none
none
crypto:<sign|verify>:namespring-batch:jobName[?<options>]

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

To bridge Camel and Spring Batch.

Spring Integration / camel-spring-integration XML Security / camel-xmlsecurity

Code Block
none
none
xmlsecurity:<sign|verify>:namespring-integration:defaultChannelName[?<options>]

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

Search Engines

The bridge component of Camel and Spring Integration.

Spring Redis / camel-spring-redis

Component / ArtifactId / URI

Description

ElasticSearch / camel-elasticsearch

Code Block
none
none
elasticsearchspring-redis://clusterNamehostName:port[?<options>]

For interfacing with an ElasticSearch server.

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

Templates

Component / ArtifactId / URI

Description

FreeMarker Lucene / camel-lucenefreemarker

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

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

Generates a response using a FreeMarker template.

Mustache SOLR / camel-solrmustache

Code Block
none
none

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

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

Social Media

Generates a response using a Mustache template.

MVEL

Component / ArtifactId / URI

Description

Facebook / camel-facebookmvel

Code Block
none
none
facebookmvel://endpointtemplateName[?<options>]

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

Generates a response using an MVEL template.

Scalate / scalate-camel Twitter / camel-twitter

Code Block
nonexmlnone
xml
twitter://endpoint[?<options>]

A twitter endpoint.

scalate:templateName

Uses the given Scalate template to transform the message.

StringTemplate Yammer / camel-yammerstringtemplate

Code Block
none
none
yammer://functionstring-template:templateName[?<options>]

Allows you to interact with the Yammer enterprise social network.

...

Generates a response using a String Template.

Testing

Component / ArtifactId / URI

Description

Spring Event DataSet / camel-springcore

Code Block
none
none
spring-event://default

Working with Spring ApplicationEvents.

dataset:name[?<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.

Mock / camel-core Spring Batch / camel-spring-batch

Code Block
none
none
spring-batchmock:jobNamename[?<options>]

To bridge Camel and Spring Batch.

For testing routes and mediation rules using mocks.

Stub Spring Integration / camel-spring-integrationcore

Code Block
none
none
spring-integrationstub:defaultChannelNamesomeOtherCamelUri[?<options>]

The bridge component of Camel and Spring Integration.

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

Test Spring Redis / camel-spring-redis

Code Block
none
none

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

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

...

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

FreeMarker DNS / camel-freemarkerdns

Code Block
none
none
freemarkerdns:templateNameoperation[?<options>]

Generates a response using a FreeMarker template.

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

Exec Mustache / camel-mustacheexec

Code Block
none
none
mustacheexec:templateName//executable[?<options>]

Generates a response using a Mustache template For executing system commands.

MVEL Flatpack / camel-mvelflatpack

Code Block
none
none
mvel:templateNameflatpack:[fixed|delim]:configFile[?<options>]

Generates a response using an MVEL template.

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

HDFS / camel-hdfs Scalate / scalate-camel

Code Block
xmlnonexml
none
scalate:templateName

Uses the given Scalate template to transform the message.

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

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

JSch / camel-jsch StringTemplate / camel-stringtemplate

Code Block
none
none
string-template:templateNamescp://hostName[:port]/destination[?<options>]

Generates a response using a String Template.

Testing

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

Log /

Component / ArtifactId / URI

Description

DataSet / camel-core

Code Block
none
none
datasetlog:nameloggingCategory[?<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.

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

Printer / camel-printer Mock / camel-core

Code Block
none
none
mock:namelpr://hostName[:port]/printerPath[?<options>]

For testing routes and mediation rules using mocks.

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 / camel-stream Stub / camel-core

Code Block
none
none
stub:someOtherCamelUristream:<in|out|err|file|header|url>[?<options>]

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

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

SSH component / camel-ssh Test / camel-spring

Code Block
none
none
test:expectedMessagesEndpointUrissh:[username[:password]@]hostName[:port][?<options>]

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

XML

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.

FOP / camel-fop

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

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

MSV / camel-msv

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

Validates the payload of a message using the MSV Library.

RNC / camel-jing

Code Block
none
none
rnc:/relativeOrAbsoluteUri[?<options>]

Validates the payload of a message using RelaxNG Compact Syntax.

RNG / camel-jing

Code Block
none
none
rng:/relativeOrAbsoluteUri[?<options>]

Validates the payload of a message using RelaxNG.

StAX / camel-stax

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

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

XQuery / camel-saxon

Code Block
none
none
xquery:someXQueryResource

Generates a response using an XQuery template.

XSLT / camel-core

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

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

Validation / camel-core

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

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

...