Thanks for the help!! You explain very well I Suscribed
@sraj72846 жыл бұрын
Hi Daniel, Thank you for making this video! This was one of the more lucid videos I have watched on SQS that is bringing things together for me on an otherwise terribly abstract topic. So, does it mean that SQS provides external libraries in the platform of one's choice that you need to install before producing/consuming it? And the producer and consumer always have to be a server side platform like Node.js or .NET? Just so I understand, typically, what are the practical uses of SQS? Are the payloads always simple text messages? SQS queues up simple text messages to be passed on from one application to another?
@TheRickman936 жыл бұрын
Hi Daniel, this is a great tutorial as I'm currently working on a .NET Core project with AWS. What I don't understand is where you are putting the aws credentials in the file/project? I know you say you're doing behind the scenes which makes sense of course but I don't get where to put the credentials so the program can create the sqs queue. I would really appreciate any feedback thanks again!
@DanielDonbavand6 жыл бұрын
Hi Rickey, Have a look at kzbin.info/www/bejne/nmiQoJJ3j9eLra8 at 1:30 where I explain the credentials file. Also this page should help docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-credentials.html
@sithembisomjoko79805 жыл бұрын
What an awesome video!
@rad-man4 жыл бұрын
@sachinsahasrabudhe6 жыл бұрын
Hi i am following getting error at - sqs.CreateQueueAsync(sqsRequest).ResultSystem.AggregateException HResult=0x80131500 Message=One or more errors occurred. (A task was canceled.) Source=System.Private.CoreLib StackTrace: Inner Exception 1: TaskCanceledException: A task was canceled.
@DanielDonbavand6 жыл бұрын
A task was canceled exception normally means that something has timed out. Check that you have access to your AWS Account and maybe try and creating an SQS queue using the AWS CLI docs.aws.amazon.com/cli/latest/reference/sqs/create-queue.html