Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Query topics of a broker

Hi All,

I rather need it for production than for testing. Just found that
mosca.io can use a database as a backend and write data to it.
Currently playing around with mosca+redis, but the data schema is
somehow weird.

Is anybody using such an approach?

Best,
Matthias



On Mon, Feb 9, 2015 at 10:19 AM, Kamil Baczkowicz
<kamil.baczkowicz@xxxxxxxxx> wrote:
> Hi Matthias,
>
> If you need something for testing purposes as opposed to the
> production environment, you can use mqtt-spy. Once you've subscribed
> to "#" or "/#", it will list all available topics. You can then search
> for topics containing given text value in the provided search field.
>
> Alternatively, you can use the message log functionality available in
> both mqtt-spy and mqtt-spy-daemon to log all messages and then inspect
> (e.g. with mqtt-spy) what topics were logged.
>
> Hope it helps,
> Kamil
>
> On Sat, Feb 7, 2015 at 5:53 PM, Matthias Böhmer <mail@xxxxxxxxxxxxxxxxxx> wrote:
>> Dear List --- I am currently looking into using MQTT in a large
>> infrastructure for replacing old pub-sub system. Is anybody aware of a
>> component keeping track of available topics that allows to query the topics?
>> For instance something like "select topics where topic like '/level/#'"
>> which gives me all matching topics? Cheers, Matthias
>>
>>
>> _______________________________________________
>> paho-dev mailing list
>> paho-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from
>> this list, visit
>> https://dev.eclipse.org/mailman/listinfo/paho-dev
> _______________________________________________
> paho-dev mailing list
> paho-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/paho-dev



-- 
+49 175 5924770
http://matthiasboehmer.de


Back to the top