@@ -81,6 +81,7 @@ Exchange.prototype._onMethod = function (channel, method, args) {
       } else if (this.options.noDeclare) {
         if (this.options.confirm) {
           this._confirmSelect(channel);
+        } else {
           this.state = 'open';
 
           if (this._openCallback) {