Versions Compared

Key

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

...

AWS-CW / camel-aws

Code Block
xml
xml
aws-cw://namespace[?options]

For working with Amazon's CloudWatch (CW).

AWS-DDB / camel-aws

Code Block
xml
xml
aws-ddb://tableName[?options]

For working with Amazon's DynamoDB (DDB).

AWS-SDB / camel-aws

Code Block
xml
xml
aws-sdb://domainName[?options]

For working with Amazon's SimpleDB (SDB).

AWS-SES / camel-aws

Code Block
xml
xml
aws-ses://from[?options]

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

AWS-SNS / camel-aws

Code Block
xml
xml
aws-sns://topicname[?options]

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

AWS-SQS / camel-aws

Code Block
xml
xml
aws-sqs://queuename[?options]

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

AWS-S3 / camel-aws

Code Block
xml
xml
aws-s3://bucketname[?options]

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

Netty

Netty / camel-netty

Code Block
xml
xml

netty:(tcp|udp)//hostName[:port][?<query>]

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

Netty HTTP / camel-netty-http

Code Block
xml
xml

netty-http:http://hostName[:port]/contextPath[?<query>]

Netty HTTP server and client using the Netty project