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

Christian Müller commented on CAMEL-3874:
-----------------------------------------

Preben, I list your sample comments and add my notes:

1. Create a topic
   Possible with the aws-sns component
2. Set policy on topic
   Not possible at present. But it should be possible in the same way as for 
the aws-sqs component. See 
[CAMEL-3869|https://issues.apache.org/jira/browse/CAMEL-3869]. Do we really 
need this step for this example?
3. Create a queue
   Possible with the aws-sqs component
4. Set the queue policy
   Not possible at present, but I work on it. See 
[CAMEL-3869|https://issues.apache.org/jira/browse/CAMEL-3869]
5. Subscribe the queue to the topic
   Not possible at present. We had some discussion in the past if this is a 
feature we should add to Camel. See 
[CAMEL-3476|https://issues.apache.org/jira/browse/CAMEL-3476]
6. Verification
   Not needed in Camel
7. Send a notification to the topic
   Possible with the aws-sns component
8. Receive the notification from the queue
   Possible with the aws-sqs component

For step 2 we need a new ticket (only if we need this step). Would you raise 
the JIRA for it?
So, only for step 5 we haven't a solution at present. Do you have an idea how a 
good solution could looks like?

Christian

> 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