383384385386387388389390391392393
if (!added) { return false; } HornetQDestination destination = queues.get(queueName); if (destination == null) { // sanity check. internalCreateQueue should already have done this check throw new IllegalArgumentException("Queue does not exist"); }