Skip to content
#

sqs

Here are 406 public repositories matching this topic...

mikejr83
mikejr83 commented Sep 17, 2019

I'm trying to use this to do local development since our org locks down our AWS account (even our dev). If it isn't deployed through our ops terraform and scripts it can't interact with AWS. This means that the AWS CLI is impractical. Hence, this image is a godsend for individuals like me who are forced to mock AWS services.

The problem I'm running into is that all of my .NET Core usage of the

benwynn
benwynn commented May 14, 2018

SQS Messages may have attributes on them with DataType values of 'String', 'Number', and 'Binary', as documented on https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-attributes.html

Currently, the library throws a JMSException if it receives a Number or Binary and only handles String and a handful of 'Custom' types.

A library that purports to join JMS a

reibitto
reibitto commented Apr 26, 2020

I'm looking to migrate to zio-sqs, but right now as far as I can tell there are 2 main modes of operation:

  • autoDelete=true: This is basically at most once semantics. If your handler dies or there is a hard crash, the message you were in the middle of handling is lost forever.
  • autoDelete=false: Manual mode. You have to ensure to call deleteMessage and so on properly yourself.

I think

alok87
alok87 commented Mar 2, 2020

We have often see developer telling us the problems going on with WPA and then the first way to debug the issue is by going through WPA kubernetes logs for the queue to find what is going on. We should logs events for all the important thing that goes on with the WPA object.

Reasons:

  1. Easy to debug.
  2. Developer who does have access to wpa logs but has access to their WPA object can tro

Improve this page

Add a description, image, and links to the sqs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sqs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.