Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] MQTT Dealer

In MQTT terms, I think a Dealer pattern would have clients receive messages in 'round robin' fashion when subscribed to a topic.

The short answer is no, the protocol does not envision or provide for that use.

Some brokers, e.g. RabbitMQ, have MQTT capabilities combined with other messaging features and can bridge from MQTT to a Dealer pattern implemented using another protocol.

ml 

On Tue, May 26, 2015 at 8:14 PM, Felipe de Andrade Neves Lavratti <felipelav@xxxxxxxxx> wrote:
Hello!

It is known that the Mosquitto uses the broker networking pattern. I'd
like to as if it is possible to use the Dealer networking pattern with
the MQTT protocol.

Thanks!

--
Skype: felipeanl
_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top