Replies: 3 comments 10 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
You cannot modify properties of a previously declared queue: they are immutable and checked for equivalence. Either delete the queue and re-declare it, or delete it, redeclare and use a policy instead. |
Beta Was this translation helpful? Give feedback.
-
How to check if queue already exists? |
Beta Was this translation helpful? Give feedback.
-
I have an existing Queue with messages and want to change the Queues TTL.
Do it:
But receive:
What is wrong? Is it possible to change the TTL for the existing Queue with messages?
Beta Was this translation helpful? Give feedback.
All reactions