File: README-2.8.6.txt

package info (click to toggle)
rabbitmq-server 4.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 37,948 kB
  • sloc: erlang: 257,835; javascript: 22,466; sh: 2,796; makefile: 2,517; python: 1,966; xml: 646; cs: 335; java: 244; ruby: 212; php: 100; perl: 63; awk: 13
file content (64 lines) | stat: -rw-r--r-- 2,048 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Release: RabbitMQ 2.8.6

Release Highlights
==================

server
------
bug fixes
- ensure shutdown of mirrored queue nodes is recorded correctly
- removed unsupported plugins added in 2.8.5 (old-federation, sockjs-erlang,
  cowboy, web-stomp and web-stomp-examples)
- removing RAM nodes from a cluster no longer leads to inconsistent state
  on disk nodes (which previously failed to notice the RAM nodes' departure)
- reap TTL-expired messages promptly
- correct reporting of the vm_memory_high_watermark
- reduce likelihood of node name collision on Windows due to non-randomness
  of %RANDOM%


erlang client
-------------
bug fixes
- correctly account for file handles consumed by outgoing network connections
  when running as a plugin


management plugin
-----------------
bug fixes
- prevent publishing a message with non-binary content


shovel plugin
-------------
bug fixes
- guarantee that reconnect attempts continue if a failure occurs during
  connection establishment


federation plugin
-----------------
bug fixes
- guarantee that links continue to attempt reconnecting if a failure occurs
  during connection establishment
- report status correctly in the event of unexpected failure


Upgrading
=========
To upgrade a non-clustered RabbitMQ from release 2.1.1 or later, simply install
the new version. All configuration and persistent message data is retained.

To upgrade a clustered RabbitMQ from release 2.1.1 or later, install the new
version on all the nodes and follow the instructions at
https://www.rabbitmq.com/clustering.html#upgrading .

To upgrade RabbitMQ from release 2.1.0, first upgrade to 2.1.1 (all data will be
retained), and then to the current version as described above.

When upgrading from RabbitMQ versions prior to 2.1.0, the existing data will be
moved to a backup location and a fresh, empty database will be created. A
warning is recorded in the logs. If your RabbitMQ installation contains
important data then we recommend you contact support at rabbitmq.com for
assistance with the upgrade.