0
votes

I have read this article https://aws.amazon.com/blogs/compute/simple-two-way-messaging-using-the-amazon-sqs-temporary-queue-client/ about using SQS as request response mode. It can be done via virtual queue.

But the SDK mentioned in this article is just for Java. There is no support for nodejs: https://github.com/aws/aws-sdk-js/issues/2981.

So is there any way I can use request-response mode in nodejs over SQS?

1
you probably want to look at the npm package: aws-sdk... searching on bing for sqs nodejs, the first hit brought up a guide.Jarede
I can find the library but it doesn't support temporary queue: github.com/aws/aws-sdk-js/issues/2981Joey Yi Zhao
@JoeyYiZhao were you able to find any resolution around this? Would appreciate your help.Md. Farhan Memon

1 Answers

0
votes

Currently there is no support for temporary virtual sqs quesues in nodejs. The community is not planning to work on it in 2020 it seems. Kindly refer here for tracking the issue.