Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Paho » Publishing the Mqtt messages
Publishing the Mqtt messages [message #1751260] Fri, 06 January 2017 14:41 Go to next message
Kaveri Hindi is currently offline Kaveri HindiFriend
Messages: 5
Registered: January 2017
Junior Member
Hi All,

I am using paho mqtt for communication between 2 android devices through RabbitMQ.

I am setting qos to 0 for publishing topics as well as subscribing topics.

If i subscribe for a topic say "base_topic/sub_topic_1" with QOS 0, a queue will be created in RabbitMQ for this client with QOS0

If the same client publishes a message on topic say "base_topic/sub_topic_2" with QOS-0, a queue is getting created with QOS -1 for this subtopic.

If the app is killed, the Queue that was created during subscription (with QOS-0) will be automatically deleted but not the queue that was created while publishing (QOS-1)

I want this queue also to be deleted as the subscribed queue.
Can anyone tell me why is the queue for published topic is qos-1 eventhough i have set it to qos-0.

Hoping for a positive reply !









Re: Publishing the Mqtt messages [message #1751997 is a reply to message #1751260] Tue, 17 January 2017 15:34 Go to previous message
James Sutton is currently offline James SuttonFriend
Messages: 71
Registered: July 2015
Member
Sounds like this is an issue with RabbitMQ, not the Paho Client, I'd recommend taking a look at their forums.
Previous Topic:Paho C library SSL connection to MQTT broker not working
Next Topic:'Paho' is undefined
Goto Forum:
  


Current Time: Fri Apr 26 08:33:02 GMT 2024

Powered by FUDForum. Page generated in 0.02878 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top