postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

add auto delete option for default exchange #314

Closed dchankhour closed 10 years ago

dchankhour commented 10 years ago

That might be an issue since the default is set to true, but i wanted to have the ability to set the autoDelete option for the default exchange. Basically allow the default exchange to have the same options giving for creating a new exchange:

if (!this._defaultExchange) this._defaultExchange = this.exchange();