Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Outgoing message queue

Hi all, 


for one of our projects we're using paho-c on a linux based device and it is working as expected, except for a small aspect.

When the connection is missing, paho pretends to store outgoing messages into a list and manages the list by it's own.

The number of max messaged to be inserted seems to be ruled by MQTTClient_SSLOptions.reliable evaluation and if it's "true" the max number of messages is 1, else 10.

That means if we have 15 messages to send and MQTTClient_SSLOptions.reliable == "false", when connection is missing only the oldest 10 messages are stored.


Our device is an IoT device and what we would achieve is to be able to decide what to do with unsent data.

We'd like to apply policies based on the type of data we're going to send because some type of data needs just last valid value and, in this case, it's a waste of traffic data to send old data.


So here's my question:

How can we control the destiny of unsent data? 

Is there a way to manipulate the outboundMsgs list from public APIs?


Thank you for the attention and best regards,


Denis Brachet Barbuse
Firmware Developer
Tierra S.p.A.
Via Lombardore, 223
10040 Leini TO
ITALY
dbarbuse@xxxxxxxxxxxxxxxxxxxx
dbarbuse@xxxxxxxxxx
www.tierratelematics.com

Confidentiality Notice: This message (including attachments) is a private communication solely for use of the intended recipient(s). If you are not the intended recipient(s) or believe you received this message in error, notify the sender immediately and then delete this message. Any other use, retention, dissemination or copying is prohibited and may be a violation of law, including the Electronic Communication Privacy Act of 1986.   ­­ 

Back to the top