Versions Compared

Key

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

...

Component / ArtifactId / URI

Description

POP3 IMAP / camel-mail

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

Receiving email using Post Office Internet Message Access Protocol (POP3IMAP) and JavaMail.

POP3S IMAPS / camel-mail

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

Receiving email using secured POP3 and JavaMail IMAP.

SMTP POP3 / camel-mail

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

Sending Receiving email using Simple Mail Transfer Post Office Protocol (SMTPPOP3) and JavaMail.

SMTPS POP3S / camel-mail

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

Sending Receiving email using secured SMTP POP3 and JavaMail.

IMAP SMTP / camel-mail

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

Receiving Sending email using Internet Message Access Simple Mail Transfer Protocol (IMAPSMTP) and JavaMail.

IMAPS SMTPS / camel-mail

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

Receiving Sending email using secured IMAPSMTP and JavaMail.

Maintenance and Monitoring

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

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.

ControlBus / camel-core

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

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

DNS / camel-dns

Code Block
nonenone

dns:operation[?<options>]

JMX / camel-jmx

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

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

Log / camel-core

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

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

Nagios / camel-nagios

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

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

SNMP / camel-snmp

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

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

...

Component / ArtifactId / URI

Description

DNS / camel-dns

Code Block
none
none

dns:operation[?<options>]

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

HL7 / camel-hl7

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

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

MINA / camel-mina

Code Block
none
none
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
mina2:<tcp|udp|vm>:hostName[:port][?<options>]

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

Netty / camel-netty

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

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:[port]/contextPath[?<options>]

Netty HTTP server and client using the Netty project.

...