'RabbitMQ versions and connection Android using Paho MqttClient

I'm a new RabbitMQ user, I'm trying to update an Android application that uses the mqtt protocol. Using RabbitMQ version 3.8.28, I have in the logFile:

[error] <0.1608.0> Channel error on connection <0.1588.0> (192.168.0.14:50526 -> 192.168.0.14:1883, vhost: '/', user: 'admin'), channel 2:
operation queue.declare caused a channel exception not_found: no queue 'mqtt-subscription-mobile_P093821992223818qos1' in vhost '/'
2022-03-30 15:55:51.147 [info] <0.1585.0> accepting MQTT connection <0.1585.0> (192.168.0.14:50526 -> 192.168.0.14:1883, client id: mobile_P093821992223818)

The queue mqtt-subscription-mobile_P093821992223818qos1 is automatically generated, however in the new version 3.9.14, the error does not appear in the log file and the queue is not generated.

Can someone tell me how can I generate the queue in the new version?

Thank you



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source