twisted-mqtt icon indicating copy to clipboard operation
twisted-mqtt copied to clipboard

how could I listen to a queue, not the topic?

Open dreamjole opened this issue 4 years ago • 1 comments

dreamjole avatar Aug 24 '20 07:08 dreamjole

Sorry for not noticing this issue before. I don't quite understand this question. MQTT publications is organized into topics, not queues. One can always try to map the topics you are interested in into queues( i.e. an ordinary queue or a DeferredQueue). It shouldn't be very complicated.

astrorafael avatar Jul 28 '22 09:07 astrorafael