We have various services which expose functionality via 'Req/Rep' messaging pattern. However, when the services come down, their queues remain. I would like to be able to specify the "autoDelete" flag.
For example:
this.rabbitContext.socket('REP', {expiration: constants.queue.timeout, autoDelete: true});
Any thoughts as to why this would not be a good idea?