Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How much data can hold MQTT in single message?

Tags:

mqtt

Is there any limit in sending(publishing) data to the topic (broker or receiver) in mqtt for single message?

Thanks in advance..

like image 537
sai Avatar asked Jan 19 '17 10:01

sai


1 Answers

IBM wrote an article about MQTT.

A payload up to 256 MB could be attached in the packets. Having a small header overhead makes this protocol appropriate for IoT by lowering the amount of data transmitted over constrained networks.

There is a limit which is 256MB.

like image 193
Jack Wire Avatar answered Oct 12 '22 12:10

Jack Wire