}
// Merge any configuration the Exchange wishes to apply
if (exchangeConfiguration != null)
{
queueConfig.addConfiguration(exchangeConfiguration.getConfiguration(queue));
}
//Finally merge in any specific queue configuration we have.
if (_queues.containsKey(queue.getName()))
{