Publishing the Mqtt messages [message #1751260] |
Fri, 06 January 2017 09:41  |
Eclipse User |
|
|
|
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 !
|
|
|
|
Powered by
FUDForum. Page generated in 0.06865 seconds