Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Paho API in Android Messaging

Hi Darren,

> It may be that the client and/or broker isn't happy with the # wildcard as
> the subscription topic.  For example the mosquitto_sub client app doesn't
> accept that(didn't test to see if the broker does).

Both mosquitto_sub and the mosquitto accept a single # as a
subscription. The problem you are most likely seeing is your shell
treating a single # in a special manner. Try

mosquitto_sub -t '#'

Cheers,

Roger


Back to the top