if (queue == null)
{
throw new JMException("Queue \"" + queueName + "\" is not registered with the virtualhost.");
}
CurrentActor.set(new ManagementActor(getLogActor().getRootMessageLogger()));
try
{
vhost.getBindingFactory().removeBinding(binding, queue, _exchange, Collections.<String, Object>emptyMap());
}
catch (AMQException ex)