Versions Compared

Key

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

Amazon

AWS-CW / camel-aws

...


aws-cw://namespace[?options]

...

.

...

AWS-DDB / camel-aws

...


aws-ddb://tableName[?options]

...

.

...

AWS-SDB / camel-aws

...


aws-sdb://domainName[?options]

...

For working with Amazon's SimpleDB (SDB).

AWS-SES / camel-aws

...


aws-ses://from[?options]

...

.

...

AWS-SNS / camel-aws

...


aws-sns://topicname[?options]

...

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

AWS-SQS / camel-aws

...


aws-sqs://queuename[?options]

...

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

AWS-S3 / camel-aws

...


aws-s3://bucketname[?options]

...

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

Netty

Netty / camel-netty

...


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

...


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

...