Get the status of queue messages in greengrass v2

0

Is there a way to know when the queue messages in greengrass v2 is full?

asked 2 years ago211 views
1 Answer
1
Accepted Answer

If you try to publish a message using publish_message_to_iot_core then it will return an error if the queue is full. This is the only way to know the status of the outbound MQTT queue, which is what I'm assuming you're asking about.

Cheers,

Michael

AWS
EXPERT
answered 2 years ago
  • Thanks! and this error where appears? in the log of the component that sends the message?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions