zeromq / malamute

The ZeroMQ Enterprise Messaging Broker
Mozilla Public License 2.0
324 stars 77 forks source link

Add a soft limit for mailbox and service queues (v2) #299

Closed michal42 closed 6 years ago

michal42 commented 6 years ago

Add a size-warn limit to mailbox and service configuration, to log when a queue grows too much, without dropping messages.

Most of this PR is cleanups and tests, the logging is added by the last two commits.

Changes since https://github.com/zeromq/malamute/pull/298: