IoT QoS 1 Unacknowledged Publish Request Limit

0

AWS IoT Core Message Broker has a quota for maximum inbound unacknowledged QoS 1 publish requests: https://docs.aws.amazon.com/general/latest/gr/iot-core.html#message-broker-limits

What does this quota mean?

Is it that AWS IoT Core can only have 100 messages waiting to send a PUBACK. Does this quota mean the client is limited on how many QoS 1 messages it can publish?

AWS
posta 3 anni fa601 visualizzazioni
1 Risposta
0
Risposta accettata

AWS IoT Core will not wait to send a PUBACK, however there may be reasons for reaching that quota. As an example: In a situation where the downlink (i.e. Server -> Client) connectivity is slower then uplink (Client -> Server) connectivity it can cause a situation where this quota could be overrun. So yes, client is limited on how many "unacknowledged" QoS1 messages it can publish.

This should also be seen in conjunction with "Outbound publish requests per second per account". A broker sends the message to all subscribing clients and then replies with a PUBACK packet. If because of downlink connectivity or for some other reason, outbound queue is full, that will build a backlog of unacknowledged QoS1 messages.

con risposta 3 anni fa
profile picture
ESPERTO
verificato 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande