awslabs/amazon-sqs-java-temporary-queues-client

Ability to create virtual queues with custom Tags

fgandhi-chwy opened this issue · 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.

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.