VisibilityTimeout
.Parameter | Description |
Max Message Unack Time | It ranges from 30 seconds to 12 hours. If the consumer client fails to acknowledge a received message within this time period, the server will automatically acknowledge the message. Note: If you use delayed messages, make sure the delay time of the messages is shorter than the max message unack time. For example, if the max message unack time is set to one hour while the message is set to be sent two hours later, the message will be deleted one hour later. |
Long Polling Wait Time for Message Receipt | During the long polling wait time, a message consumption request will return a response only after a valid message is fetched or the long polling times out, which is similar to the long polling in Ajax requests. Value range: 0-30 seconds. A value lower than 3 seconds is recommended, as a high value may cause more duplicated messages. |
Hidden Duration of Fetched Messages | During the long polling wait time, a message consumption request will return a response only after a valid message is fetched or the long polling times out, which is similar to the long polling in Ajax requests. Value range: 0-30 seconds. A value lower than 3 seconds is recommended, as a high value may cause more duplicated messages. |
Max Message Length | A queue's MaxMsgSize attribute, which specifies the max size of the message body that can be sent to the queue. Unit: KB. |
Max Size of Heaped Messages | Messages will be heaped if they are produced faster than consumed or if their consumption is blocked. Heaped messages occupy certain disk space, and the storage capacity for them is subject to that of the entire exclusive cluster. To increase the capacity, submit a ticket. |
Max Message TPS | The frequency limit of calling the same API |
Traffic Limit | The maximum throughput bandwidth of message production. If this limit is exceeded, the traffic will be throttled (the response time of production requests will increase). |
Dead Letter Queue | A dead letter queue is used to process messages that cannot be consumed normally. After retry limit is reached, if the messages still cannot be consumed, it indicates that the consumer cannot properly consume the messages under normal circumstances. At this time, instead of immediately discarding the messages, MQ will send them to the special queue corresponding to the consumer. |
Was this page helpful?