Hi Team,
We are unable to create a binding between a FANOUT exchange and a Queue using the Management UI ( RabbitMQ Version 3.5.7 )
We are trying to bind a queue without any “Routing key” , every time we do, it fails with below error .
Error on the Management UI

Error in the RabbitMQ logs :
=ERROR REPORT==== 2-Feb-2016::06:27:16 ===
Channel error on connection <0.8352.10> (<Brok...@host123.1.8352.10>, vhost: '/', user: 'rabbitadm'), channel 1:
{amqp_error,not_found,
"no binding between exchange 'NONPROD.PBFUSION.CLIENTCOVERAGE' in vhost '/' and queue 'NONPROD.PBFUSION.CLIENTCOVERAGE.FUSION' in vhost '/'",
'queue.bind'}
As you can see the exchange is already bound to two queues with a different routing key, and I'm able to bound it to the queue AckRemote@VIAREGGIO using any routing key but "TREVISO".
Any suggestion?
Riccardo.