lib/bunny/session.rb in bunny-0.9.0.pre4 vs lib/bunny/session.rb in bunny-0.9.0.pre5
- old
+ new
@@ -166,14 +166,9 @@
def open?
status == :open || status == :connected
end
alias connected? open?
- def prefetch(prefetch_count)
- self.basic_qos(prefetch_count, true)
- end
-
-
#
# Backwards compatibility
#
def queue(*args)