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
It would be a great addition to Mela if it had the option to configure consumer-declared queues to be exclusive and/or auto-delete.
To avoid potential data loss and conflicts, perhaps this should only be allowed if the queue which the consumer is attempting to create does not already exist. Alternatively, this may apply only to server-named queues as per official RabbitMQ guidelines (https://www.rabbitmq.com/queues.html#properties)
The text was updated successfully, but these errors were encountered:
It would be a great addition to Mela if it had the option to configure consumer-declared queues to be exclusive and/or auto-delete.
To avoid potential data loss and conflicts, perhaps this should only be allowed if the queue which the consumer is attempting to create does not already exist. Alternatively, this may apply only to server-named queues as per official RabbitMQ guidelines (https://www.rabbitmq.com/queues.html#properties)
The text was updated successfully, but these errors were encountered: