Simple Queue Service

What is the difference between Amazon SNS and Amazon SQS?

What is the difference between Amazon SNS and Amazon SQS? Amazon Web Services (AWS) offers a variety of messaging services that can be used to build scalable, reliable, and decoupled applications. Two of the most popular messaging services are Amazon Simple Notification Service (SNS) and Amazon Simple Queue Service (SQS). In this blog post, we will explore the main differences between these two services and when to use each one. What is Amazon SNS?…

Comments Off on What is the difference between Amazon SNS and Amazon SQS?

SQS Standard Vs FIFO Queue

SQS Standard Vs FIFO queue Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed different monitoring options available in SQS. https://cloudaffaire.com/sqs-monitoring/ In this blog post, we will discuss Standard vs FIFO queue in SQS. AWS SQS supports two types of queue, standard and FIFO. A standard queue is used for application where the throughput of messages is more important than the ordering of messages. For example,…

1 Comment

SQS Monitoring

SQS Monitoring Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to configure encryption in SQS. https://cloudaffaire.com/how-to-configure-encryption-in-sqs/ In this blog post, we will discuss SQS queue monitoring. SQS Monitoring: When you create an SQS queue, AWS by default enables CloudWatch and CloudTrail monitoring for your queue. CloudWatch Monitoring: AWS SQS and AWS CloudWatch are integrated so you can use CloudWatch to view and analyze metrics…

Comments Off on SQS Monitoring

How To Configure Encryption In SQS

How to configure encryption in SQS Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to configure dead letter queue in SQS. https://cloudaffaire.com/how-to-configure-dead-letter-queue-in-sqs/ In this blog post, we will discuss how to configure encryption in SQS. How to configure encryption in SQS: AWS SQS supports encryption of messages using Server-Side Encryption (SSE). AWS SQS encrypts the data using AWS Key Management Service (KMS). The message…

Comments Off on How To Configure Encryption In SQS

How To Configure Dead Letter Queue In SQS

How to configure dead letter queue in SQS Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to enable delay queue in SQS. https://cloudaffaire.com/how-to-configure-delay-queue-in-sqs/ In this blog post, we will discuss how to configure a dead letter queue in SQS. What is dead letter queue? A dead letter queue is used to debug your messaging application. Dead letter queue is used with the source queue…

1 Comment

How To Configure Delay Queue In SQS

How to configure delay queue in SQS Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to enable long polling in SQS. https://cloudaffaire.com/how-to-enable-long-polling-in-sqs-queue/ In this blog post, we will discuss how to configure delay queue in SQS. How to configure delay queue in SQS: AWS SQS provides delivery delay option to postpone the delivery of new messages to a queue. If delivery delay is defined…

Comments Off on How To Configure Delay Queue In SQS

How To Enable Long Polling In SQS Queue

How to enable long polling in SQS queue Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed SQS queue default visibility timeout https://cloudaffaire.com/sqs-queue-default-visibility-timeout/ In this blog post, we will discuss how to configure long polling in SQS queue. How to enable long polling in SQS queue: AWS SQS is a poll based service, meaning SQS will not push messages to your application but rather your application…

Comments Off on How To Enable Long Polling In SQS Queue

SQS Queue Default Visibility Timeout

SQS queue default visibility timeout Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed basic operations like sending, receiving and deleting a message to an SQS queue. https://cloudaffaire.com/sqs-queue-operations/ In this blog post, we will discuss default visibility timeout for your SQS queue. SQS queue default visibility timeout: AWS SQS does not delete a message automatically, thus there is a chance that same message is consumed and…

Comments Off on SQS Queue Default Visibility Timeout

SQS Queue Operations

SQS queue operations Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to create an SQS queue. https://cloudaffaire.com/how-to-create-an-sqs-queue/ In this blog post, we will discuss some basic operations like sending, receiving and deleting a message to an SQS queue. SQS queue operations: Step 1: Login to AWS console and navigate to ‘SQS’. Step 2: Select your queue and from ‘Queue Actions’ click ‘Send a Message’.…

Comments Off on SQS Queue Operations

How To Create An SQS Queue

How to create an SQS queue Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed AWS Simple Queue Service. https://cloudaffaire.com/simple-queue-service/ In this blog post, we will discuss how to create an SQS queue. How to create an SQS queue: Step 1: Login to AWS console and navigate to ‘SQS’. Step 2: Click ‘Get Started Now’. Step 3: Provide a name to your queue and select ‘FIFO…

Comments Off on How To Create An SQS Queue