Adam Bchouti

Results 8 comments of Adam Bchouti
trafficstars

Hi @aledpardo, we are not planning on working on this issue for 2020 unfortunately (or any other language support) but any help would be welcomed! We'd have to setup a...

Hi there, you are correct in your assumptions. The requester and responder use the same queue, when the requester sends a message, the client creates a virtual queue and attaches...

Hi, This depends on your configurations, there's a few things to keep in mind: * Idle Queue Retention Period: `withIdleQueueRetentionPeriodSeconds(long period)`, sets the retention period of the virtual queue even...

Can you try and update the configurations so that it fits your needs? So increasing the heartbeat interval to not have it do it every 5 seconds, since the sweeper...

Yes correct, so you can configure the Idle Queue Retention Period if you want to make sure the queue stays alive for a certain time, even if idle (by default...

Hi @fgandhi-chwy, I agree, we could provide a way to add Tags in the `AmazonSQSRequesterClientBuilder ` the same way that we currently provide a way to add Queue Attributes `.withQueueAttributes(attributes)`...

Hi, a JavaScript Version is currently in our backlog but there's no ETA as of yet on this.

Hi sorry to hear that, will definitely be giving this library more attention, I've submitted the changes that were missing in that PR (make use of the v2 of Payload-OffLoading...