Closed bacloud22 closed 1 year ago
Hello, how did you achieve it?
It looks like you cannot manage Topics: https://stackoverflow.com/a/76623222/22076972
Worth noting, that if on a queue there is no activity (no active consumers or no pending messages), the broker itself will delete that queue (I think after 10 minutes by default, but don't quote me on that).
I have a topic with a single message scheduled for delivery each X minutes.
This message I send once the app bootstraps as a kind of scheduler:
I want to be able to delete the queue before creation. (recreate, before sending the first message).
Thanks a lot