You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2015/06/12 01:07:27 UTC

[1/2] incubator-usergrid git commit: Updated with RAW subscription delivery

Repository: incubator-usergrid
Updated Branches:
  refs/heads/two-dot-o-dev b4789550e -> a8b46f186


Updated with RAW subscription delivery


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/1ec784e9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/1ec784e9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/1ec784e9

Branch: refs/heads/two-dot-o-dev
Commit: 1ec784e93937e5f3d71f0296a5460772da677e4f
Parents: 912db99
Author: Jeff West <jw...@apigee.com>
Authored: Thu Jun 11 15:47:56 2015 -0700
Committer: Jeff West <jw...@apigee.com>
Committed: Thu Jun 11 15:47:56 2015 -0700

----------------------------------------------------------------------
 .../usergrid/persistence/queue/util/AmazonNotificationUtils.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/1ec784e9/stack/corepersistence/queue/src/main/java/org/apache/usergrid/persistence/queue/util/AmazonNotificationUtils.java
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queue/src/main/java/org/apache/usergrid/persistence/queue/util/AmazonNotificationUtils.java b/stack/corepersistence/queue/src/main/java/org/apache/usergrid/persistence/queue/util/AmazonNotificationUtils.java
index 852fc43..774ff71 100644
--- a/stack/corepersistence/queue/src/main/java/org/apache/usergrid/persistence/queue/util/AmazonNotificationUtils.java
+++ b/stack/corepersistence/queue/src/main/java/org/apache/usergrid/persistence/queue/util/AmazonNotificationUtils.java
@@ -127,6 +127,7 @@ public class AmazonNotificationUtils {
             SubscribeRequest subscribeRequest = new SubscribeRequest(topicArn, "sqs", queueArn);
             SubscribeResult subscribeResult = sns.subscribe(subscribeRequest);
             String subscriptionArn = subscribeResult.getSubscriptionArn();
+            sns.setSubscriptionAttributes(subscriptionArn, "RawMessageDelivery", "true");
 
             logger.info("Successfully subscribed SQS Queue {} to SNS arn {} with Subscription arn {}", queueArn, topicArn,
                 subscriptionArn);


[2/2] incubator-usergrid git commit: Merge branch 'pr/278' into two-dot-o-dev

Posted by to...@apache.org.
Merge branch 'pr/278' into two-dot-o-dev


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/a8b46f18
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/a8b46f18
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/a8b46f18

Branch: refs/heads/two-dot-o-dev
Commit: a8b46f18637684eb9b0b9ef4344ea68d4faa0e32
Parents: b478955 1ec784e
Author: Todd Nine <tn...@apigee.com>
Authored: Thu Jun 11 17:07:23 2015 -0600
Committer: Todd Nine <tn...@apigee.com>
Committed: Thu Jun 11 17:07:23 2015 -0600

----------------------------------------------------------------------
 .../usergrid/persistence/queue/util/AmazonNotificationUtils.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------