amazon-sqs-java-temporary-queues-client icon indicating copy to clipboard operation
amazon-sqs-java-temporary-queues-client copied to clipboard

Ability to create virtual queues with custom Tags

Open fgandhi-chwy opened this issue 4 years ago • 1 comments

Hello, We ran into a scenario where we needed to Tag the virtual queues that are being created. There should be a way to specify those Tags as part of the AmazonSQSRequesterClientBuilder which then applies those Tags to all the queues that it creates.

fgandhi-chwy avatar Jan 29 '21 17:01 fgandhi-chwy

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)

Will look into providing such functionality.

adam-aws avatar Jan 29 '21 18:01 adam-aws