Chapter 6. Changes in 3.2.4

6.1. Errata

RHBA-2017:0496 – Red Hat Enterprise MRG Messaging 3.2.4 Release

BZ#1425576 - Broker memory leak in DirectExchange
Previously, brokers could experience slow, consistent memory growth.
This problem occurred because the Exchange::unbind call for DirectExchange was coded to assume that the binding actually existed. When the binding did not exist, Bindingkey entries continued to be added in the BindingKey map until the broker was stopped.
The code has been updated to fix this memory leak.