[ 
https://issues.apache.org/jira/browse/CAMEL-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020949#comment-13020949
 ] 

Preben Asmussen commented on CAMEL-3874:
----------------------------------------

Thanks Christian. I'll get the karma when I get the time.
In the mean time I stumbled on another issue. There seems to be some kind of 
missing glue between the SNS and SQS component. Its not enough to create a SNS 
topic and a SQS queue and then link SNS to SQS queue using the aws gui. You 
have to set up a policy on the SQS queue that allows message posting.
I found the attached example that shows this in step 4.
What to do:
1. explain the matter on the SNS/SQS wiki.
2. Extend the SQS component with a property like amazonSNSTopicARN, and when 
the queue is created set the policy on the queue that allows message posting ?

I don't know if that's enough since the example also shows policy setup on the 
SNS topic. So far I ran the example on my aws account and it set up the SNS/SQS 
integration nicely.

What are your thoughts on the matter ?


> add awsSNSEndpoint to aws-sns component
> ---------------------------------------
>
>                 Key: CAMEL-3874
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3874
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-aws
>    Affects Versions: 2.7.0
>            Reporter: Preben Asmussen
>            Assignee: Christian Müller
>            Priority: Minor
>             Fix For: 2.8.0
>
>         Attachments: SNSDemo.java, camel-aws.patch
>
>
> Add an optional awsSNSEndpoint to SNSComponent configuration options, so it 
> is possible to specify SNS region. Default region will be us-east-1 if option 
> is not specified. 
> See 
> http://camel.465427.n5.nabble.com/missing-region-property-in-aws-sns-component-td4303687.html
> /Preben Asmussen

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to