lib/bunny/channel.rb in bunny-1.1.1 vs lib/bunny/channel.rb in bunny-1.1.2
- old
+ new
@@ -1113,11 +1113,11 @@
name,
type.to_s,
opts.fetch(:passive, false),
opts.fetch(:durable, false),
opts.fetch(:auto_delete, false),
- false,
- false,
+ opts.fetch(:internal, false),
+ false, # nowait
opts[:arguments]))
Bunny::Timeout.timeout(read_write_timeout, ClientTimeout) do
@last_exchange_declare_ok = wait_on_continuations
end