You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
fgandhi-chwy
changed the title
Ability to create virtual queues with Tags
Ability to create virtual queues with custom Tags
Jan 29, 2021
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)
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.The text was updated successfully, but these errors were encountered: