How to read and delete specific AWS SQS message in snaplogic
Hi, We have a requirement to read specific SQS message (by passing sqs message id) and delete it after entire pipeline process gets completed. When I use the SQS Consumer snap by passing sqs message id, it is reading all the messages from Queue instead reading only particular message and SQS acknowledge snap deleting all messages. Can you please give us a example pipeline to read only specific message from AWS SQS queue and delete it after pipeline completes its process. Thank you!2.2KViews0likes0CommentsRead data from Salesforce and write to SQS Producer
Created by @sreddi This pipeline pattern reads data from Salesforce with the Salesforce Read Snap and writes data into Amazon SQS using the Amazon SQS Producer Snap. Configuration Specify the Region and Queue name in the SQS Producer Snap. Sources: Salesforce case Targets: SQS Snaps used: Salesforce Read, JSON Formatter, SQS Producer Downloads Reading Data from Salesforce and writing in SQS Producer snap.slp (5.8 KB)2.7KViews0likes0Comments