ExAliyun.MNS.peek_message

You're seeing just the function peek_message, go back to ExAliyun.MNS module for more information.
Link to this function

peek_message(queue_url, opts \\ [])

Specs

peek_message(queue_url :: String.t(), opts :: Keyword.t()) :: result()

View message(s) from a MNS Queue but do not change message(s) status.

Alibaba Cloud API Docs

Options

  • :config_overrides, optional, the options in config_overrides, please see request/2 for details;
  • :number, optional, maximum number of messages can be viewed for the current operation (see BatchPeekMessage doc), the default number is 1, the maximum number is 16.