aws-sdk-js icon indicating copy to clipboard operation
aws-sdk-js copied to clipboard

sqs temporary queues client

Open GustavoEmmel opened this issue 4 years ago • 23 comments

Hi,

Do we have a NodeJs library for supporting temporary queues functionality.

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-temporary-queues.html

GustavoEmmel avatar Nov 29 '19 18:11 GustavoEmmel

Yes I am also looking for support for Virtual Queues. Here is Amazon's Java SDK repo for handling virtual queues: https://github.com/awslabs/amazon-sqs-java-temporary-queues-client/blob/master/src/main/java/com/amazonaws/services/sqs/AmazonSQSVirtualQueuesClient.java

When I try to pass the HostQueueURL as an attribute in the CreateQueue request it returns "Unknown Attribute HostQueueURL"

hsw48 avatar Dec 20 '19 20:12 hsw48

Hey @GustavoEmmel Apologies for the late reply.

Unfortunately the JS-SDK doesn't support the functionality yet. It's an open source project for java and not yet in JavaScript.

Going to mark it as a feature request and will reach back when the feature is introduced.

ajredniwja avatar Jan 10 '20 01:01 ajredniwja

Is there any way to track the status of this feature request?

you-fail-me avatar Apr 16 '20 20:04 you-fail-me

Is there any progress on this feature?

zhaoyi0113 avatar Sep 17 '20 05:09 zhaoyi0113

any changes here ?

AndriiMz avatar Jan 25 '21 15:01 AndriiMz

+1 for this feature!

USSliberty avatar Mar 23 '21 18:03 USSliberty

+1 for this feature!

tulsidas avatar Mar 26 '21 18:03 tulsidas

I think the best solution overall is to use RabbitMQ :(

GustavoEmmel avatar Mar 26 '21 18:03 GustavoEmmel

Still no support for this? It's been almost two years since this issue was opened. I think it is really crucial feature to have in an official SDK

joffarex avatar Jun 02 '21 20:06 joffarex

+1 for this feature!

Sampson8x avatar Jun 22 '21 20:06 Sampson8x

This would be a really great feature to have

rachelpopa avatar Jun 22 '21 20:06 rachelpopa

+1 for this feature!

regilynFeliciano avatar Jun 22 '21 20:06 regilynFeliciano

+1 for this feature!

Kinjalrk2k avatar Mar 29 '22 14:03 Kinjalrk2k

+1 for this feature!

debashishkumar avatar Apr 07 '22 10:04 debashishkumar

+1 for this feature!

geekdroid07 avatar May 29 '22 23:05 geekdroid07

+1 for this feature

tvacherat avatar Jun 20 '22 19:06 tvacherat

+1 for this feature!

exsesx avatar Jun 23 '22 20:06 exsesx

+1 for this feature

hammadali6096 avatar Aug 25 '22 09:08 hammadali6096

+1 for this feature

nguyentranchan avatar Nov 15 '22 10:11 nguyentranchan

+1 for this feature

geisbruch avatar Nov 29 '22 00:11 geisbruch

+1 for this feature

phongvuhyuet avatar Nov 30 '22 09:11 phongvuhyuet

+1 for this feature

miekassu avatar Aug 07 '23 05:08 miekassu

Also went looking for this as a replacement for our costly RabbitMQ broker and was sad to see it is not available in the JavaScript SDK. Hoping it will be prioritized soon!

breadweb avatar Jan 17 '24 23:01 breadweb

The same request in AWS SDK JavaScript v3: https://github.com/aws/aws-sdk-js-v3/issues/2748

kuhe avatar Mar 19 '24 14:03 kuhe