Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated Activiti component link

Component / ArtifactId / URI

License

Description

ActiveMQ / activemq-camel

Code Block
xml
xml
activemq:[queue|topic:]destinationName

Apache

For JMS Messaging with Apache ActiveMQ

ActiveMQ Broker / activemq-camel

Code Block
xml
xml
broker:[queue|topic:]destinationName

Apache

For internal message routing in the ActiveMQ broker using Camel.

Activiti / activiti-camel

Code Block
xml
xml
activiti:camelProcess:serviceTask

Apache

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

Db4o / camel-db4o in camel-extra

Code Block
xml
xml
db4o://className

GPL

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

Esper / camel-esper in camel-extra

Code Block
xml
xml
esper:name

GPL

Working with the Esper Library for Event Stream Processing

Hibernate / camel-hibernate in camel-extra

Code Block
xml
xml
hibernate://entityName

GPL

For using a database as a queue via the Hibernate library

JBI / servicemix-camel

Code Block
xml
xml
jbi:serviceName

Apache

For JBI integration such as working with Apache ServiceMix

JCIFS / camel-jcifs in camel-extra

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

LGPL

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

JGroups / camel-jgroups in camel-extra

Code Block
xml
xml
jgroups://clusterName

LGPL

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

NMR / servicemix-nmr

Code Block
xml
xml
nmr://serviceName

Apache

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

RCode / camel-rcode in camel-extra

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

LGPL

Uses Rserve to integrate Camel with the statistics environment R

Scalate / scalate-camel

Code Block
xml
xml
scalate:templateName

Apache

Uses the given Scalate template to transform the message

Smooks / camel-smooks in camel-extra.

Code Block
xml
xml
unmarshal(edi)

GPL

For working with EDI parsing using the Smooks library. This component is deprecated as Smooks now provides Camel integration out of the box

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

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

to bee clarified

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

VirtualBox / camel-virtualbox in camel-extra.

Code Block
xml
xml
virtualbox:machine[?options]

GPL V2

The VitualBox component uses the webservice API that exposes VirtualBox functionality and consumes events generated by virtual machines.

ZeroMQ / camel-zeromq in camel-extra.

Code Block
xml
xml
zeromq:(tcp|ipc)://hostname:port

LGPL

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