Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] Mosquitto & queues creation strategy

Hi all,
I wish you an happy new year...
I have a small design question and I guess your advices will be useful.
Is it pragmatic to have thousands of queues with a very limited number of messages or should I use a generic queue with plenty of consumers/senders?

I am working on a typical IOT/M2M application and I'd like to send frrom any device some data to my server platform.
My first choice was to separate each device ..

[DeviceID :1001 ] ----> [ Broker/input/Queue1001]

Do you recommand such strategy ? Or should I prefer a single queue for all inputs?

Is Mosquitto well suited for managing plenty of queues ?

Thanks for your help
Kind regards

Jerome


Back to the top