{
Binding binding = postOffice.getBinding(queueToDelete);
if (binding == null || binding.getType() != BindingType.LOCAL_QUEUE)
{
throw new HornetQNonExistentQueueException();
}
server.destroyQueue(queueToDelete, this, true);
TempQueueCleanerUpper cleaner = this.tempQueueCleannerUppers.remove(queueToDelete);