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