1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 RabbitMQ 3.6.4 发布,AMQP 消息服务器 下载

本帖由 漂亮的石头2016-07-31 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,974
    赞:
    47
    RabbitMQ 3.6.4 发布了,是一个维护版本。RabbitMQ 是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成,因此也是继承了这些优点。

    Server

    Bug Fixes


    • Nodes on Windows will successfully start if Erlang is installed in a directory with spaces
      in the path.

      GitHub issue: rabbitmq-server#859


    • Node health check is now node-local, as it was meant to be.

      GitHub issue: rabbitmq-server#818


    • Queue deletion and termination will no longer leave "tomb stone" messages in message store
      files. This eliminates the confusing behavior when a node or cluster having no messages
      enqueued could have many thousands of such "marker" messages in the message store.

      GitHub issue: rabbitmq-server#839


    • rabbitmqctl cluster_status will now output an accurate error message
      if invoked shortly after a node was removed from the cluster and the node cannot be
      contacted.

      GitHub issue: rabbitmq-server#894

      Contributed by Peter Lemenkov (Red Hat)
    Enhancements


    • Erlang VM scheduler binding type default has changed to db. This means fewer
      CPU context switches for some workloads.

      GitHub issue: rabbitmq-server#612
    Management Plugin

    Bug Fixes

    AMQP 1.0 plugin

    Bug fixes


    • When an AMQP 1.0 specified its own list of source outcomes in a link
      attachment, it caused a crash of its session on the server. Now a
      protocol error is raised if the list contains invalid outcomes.

      GitHub issue: rabbitmq-amqp1.0#31
    Java Client

    Enhancements


    • The client will now try to use TLS v1.2 and v1.1 before falling back to v1.0 by default.

      GitHub issue: rabbitmq-java-client#155



    详情:https://github.com/rabbitmq/rabbitmq-server/releases

    下载地址:http://www.rabbitmq.com/download.html
    RabbitMQ 3.6.4 发布,AMQP 消息服务器下载地址
     
正在加载...