Closed dchankhour closed 10 years ago
The issue i was trying to resolve is that i wanted the Default Exchanged to have the autoDelete option set to false which is necessary to make my App behave correctly. But i noticed that the default exchange is always created with autoDelete set to true.
My change does not change the default value, but instead it gives a way of changing the default value if need.
You can specify the autoDelete explicitly if you require a behavior different from the default. Changing defaults in systems make them very hard to reuse and maintain.
We can't change the defaults. That will cause havoc.