You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sets a limit of messages in a worker's mailbox above which the worker starts dropping the messages. If a worker message queue length reaches the limit, messages from the head of the queue are dropped until the queue length is again below the limit. Use `infinity` to disable.
347
-
348
352
---
349
353
To enable TLS, you need to include the [TLS section](#tls-options) in the connection options.
The RabbitMQ-specific connection option `max_worker_queue_len` is now replaced with a more generic [worker pool option](../configuration/outgoing-connections.md#outgoing_poolsmax_worker_queue_len) with the same name.
6
+
Contrary to the removed option, it now ensures that the queue limit is never exceeded.
7
+
Make sure you use the new option instead of the removed one.
0 commit comments