Change record status: 
Project: 
Introduced in branch: 
3.x
Introduced in version: 
3.2.0
Description: 

In version 3.x Queues and Exchanges configuration were keyed by their name, this caused limitations with naming conventions so has been deprecated as of version 3.2.0.

As of 4.x Queue and Exchange config without the 'name' property will cause a ConfigException to be thrown.

Upgrade path provided for sites upgrading from 3.x to 4.x, all existing config will be updated, using the previously defined key as the 'name' property.

Impacts: 
Site builders, administrators, editors
Module developers