[rabbitmq-discuss] Posting MQTT to RabbitMQ QOS=1
Emile Joubert
emile at rabbitmq.com
Fri Nov 22 16:13:00 GMT 2013
Hi Andrian,
On 22/11/13 02:19, Adrian Yip wrote:
> When I publish with QOS=1 however, the client appears successful in
> publishing, but the receiver always stops at 20 messages. I can kick
> off another client without stopping the receiver and it will also do the
> same thing, the receiver will show 20 messages and nothing more.
The default mosquitto max_inflight_messages is 20. Set this to a higher
number or unlimited, and do the same for the broker prefetch configuration.
-Emile
More information about the rabbitmq-discuss
mailing list