mosquitto-users team mailing list archive
-
mosquitto-users team
-
Mailing list archive
-
Message #00103
Re: Build up a MQTT server with about 20, 000+ subscribers
On Tue, Nov 13, 2012 at 12:54 PM, Joe Zhu <zhuzhuojiang@xxxxxxxxx> wrote:
> Look like payload only work for client lost connection. But doesn't for
> client connect.
> mosquitto_sub only have the --will-topic and --will-payload. It means
> "client/+" couldn't get any payload for client connected. Is it right?
That's correct. mosquitto_pub and sub are really basic testing clients
(although they can be useful in scripts). If you need a more
complicated client you'll have to write it yourself.
Cheers,
Roger
References