# File lib/ruote/storage/base.rb, line 98
    def get_msgs

      get_many('msgs', nil, :limit => 300).sort_by { |d| d['put_at'] }
    end