# File lib/moqueue/mock_exchange.rb, line 40
    def acked_messages
      attached_queues.map do |q|
        q = q.first if q.kind_of?(Array)
        q.acked_messages
      end.flatten
    end