Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Paho Java : get the granted QoS after subscribing

I found the way using the subscribe method which receives the topics and qos as arrays. The qos array values are replaced with the granted qos.
I was using the subscribe with only one topic and one qos as parameters.

Thanks,
Paolo.

Paolo Patierno
Senior Software Engineer (IoT) @ Red Hat
Microsoft MVP on Windows Embedded & IoT
Microsoft Azure Advisor 

Twitter : @ppatierno
Linkedin : paolopatierno
Blog : DevExperience



From: ppatierno@xxxxxxxx
To: paho-dev@xxxxxxxxxxx
Date: Wed, 21 Sep 2016 07:15:32 +0000
Subject: [paho-dev] Paho Java : get the granted QoS after subscribing

Hi all,

I'm using the Paho Java implementation but I can't find a way to know the granted QoS when I subscribe to a topic.
I'm searching for info in the API without success.

Thanks,
Paolo.

Paolo Patierno
Senior Software Engineer (IoT) @ Red Hat
Microsoft MVP on Windows Embedded & IoT
Microsoft Azure Advisor 

Twitter : @ppatierno
Linkedin : paolopatierno
Blog : DevExperience

_______________________________________________ paho-dev mailing list paho-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/paho-dev

Back to the top