Versions Compared

Key

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

...

Property

Required

Default

Description

subject

-

-

default subject to use for the message being sent if not overridden in the camel message header with "SNS:Subject"


Consumer Use Cases

Subscribing to a topic

Topic

Subscription Endpoint

Test Case

topic name

SQS name

SubscribeByTopicNameAndQueueNameTest.java

topic name

SQS ARN

SubscribeByTopicNameAndQueueArnTest.java

topic ARN

SQS name

SubscribeByTopicArnAndQueueNameTest.java

topic ARN

SQS ARN

SubscribeByTopicArnAndQueueArnTest.java


Info
titleRequired SNS component options

You have to provide the amazonSNSClient and amazonSQSClient (consumer only) in the Registry or your accessKey and secretKey to access the Amazon's SNS.

...