You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the code for mqtt protocol gateway template in a Quarkus project
Connected to AMQP in activeMQ
When using MQTT client to connect to my gateway
Will automatically create a queue in activeMQ instead of a topic
Similarly, only by sending a message to the queue in activeMQ can the gateway receive it. What should I do if I want to use topic?
The text was updated successfully, but these errors were encountered:
I used the code for mqtt protocol gateway template in a Quarkus project
Connected to AMQP in activeMQ
When using MQTT client to connect to my gateway
Will automatically create a queue in activeMQ instead of a topic
Similarly, only by sending a message to the queue in activeMQ can the gateway receive it. What should I do if I want to use topic?
The text was updated successfully, but these errors were encountered: