# File lib/stomp/client.rb, line 239
    def unreceive(message, options = {})
      @connection.unreceive(message, options)
    end