RabbitMQ 3.7.4-rc.3 发布了。RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。 更新内容如下: Core Server Bug 修复 Windows scripts used USE_LONGNAME from the env file incorrectly. GitHub issue: rabbitmq-server#1508 systemd notification implementation was prone to shell escaping issues. GitHub issue: rabbitmq-server#1187 It wasn't possible to configure delegate_count via new style config file. GitHub issue: rabbitmq-server#1497 It wasn't possible to configure net_ticktime via new style config file. GitHub issue: rabbitmq-server#1522 提升 It is now possible to configure max number of Erlang processes and atoms using RABBITMQ_MAX_NUMBER_OF_PROCESSES (MAX_NUMBER_OF_PROCESSES in rabbitmq-env.conf) and RABBITMQ_MAX_NUMBER_OF_ATOMS (MAX_NUMBER_OF_ATOMS) environment variables, respectively. GitHub issue: rabbitmq-server#1528 SCHEDULER_BIND_TYPE and DISTRIBUTION_BUFFER_SIZE now can be used in rabbitmq-env.confwithout the RABBITMQ_ prefix. GitHub issue: rabbitmq-server#1528 CLI Tools Bug 修复 rabbitmq-plugins set failed when was used in offline mode (with --offline) GitHub issue: rabbitmq-cli#241 rabbitmqctl list_* command streaming now can be restricted to a set of client TCP ports used to contact RabbitMQ nodes. GitHub issue: rabbitmq-cli#237 完整更新内容及下载地址: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.4-rc.3 RabbitMQ 3.7.4-rc.3 发布,Bug 修复下载地址