mq_visibility_timeout

The number of milliseconds that a message is exclusively leased. After the timeout, the message becomes available for another attempt.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mq-visibility-timeout-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mq_visibility_timeout",
  "title": "mq_visibility_timeout",
  "description": "The number of milliseconds that a message is exclusively leased. After the timeout, the message becomes available for another attempt.",
  "example": 6000,
  "type": "number"
}