From 1f48fbb48cc8c1b2f7d657fd9580e9bc8e7e2440 Mon Sep 17 00:00:00 2001 From: YevhenBondarenko Date: Mon, 9 Sep 2024 23:27:14 +0200 Subject: [PATCH] added description to the rabbitmq max_poll_messages property --- application/src/main/resources/thingsboard.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/application/src/main/resources/thingsboard.yml b/application/src/main/resources/thingsboard.yml index c3356f2bba..e1893511f3 100644 --- a/application/src/main/resources/thingsboard.yml +++ b/application/src/main/resources/thingsboard.yml @@ -1658,6 +1658,7 @@ queue: connection_timeout: "${TB_QUEUE_RABBIT_MQ_CONNECTION_TIMEOUT:60000}" # RabbitMQ has a timeout for connection handshake. When clients run in heavily constrained environments, it may be necessary to increase the timeout handshake_timeout: "${TB_QUEUE_RABBIT_MQ_HANDSHAKE_TIMEOUT:10000}" + # The maximum number of messages returned in a single call of doPoll() method max_poll_messages: "${TB_QUEUE_RABBIT_MQ_MAX_POLL_MESSAGES:1}" queue-properties: # RabbitMQ properties for Rule Engine queues