12881289129012911292129312941295129612971298
/* */ /* 1547 */ while (iter.hasNext()) /* */ { /* 1549 */ Queue queue = (Queue)iter.next(); /* */ /* 1551 */ queue.removeAllReferences(); /* */ } /* */ /* 1555 */ if (!undeployDestination(isQueue, name)) /* */ { /* 1557 */ return false;
13001301130213031304130513061307130813091310
/* */ /* 1562 */ while (iter.hasNext()) /* */ { /* 1564 */ Queue queue = (Queue)iter.next(); /* */ /* 1566 */ queue.removeAllReferences(); /* */ /* 1569 */ boolean all = (!isQueue) && (queue.isRecoverable()); /* */ /* 1571 */ this.postOffice.removeBinding(queue.getName(), all); /* */ }
3637383940414243444546
/* */ /* 67 */ Iterator iter = queues.iterator(); /* 68 */ while (iter.hasNext()) /* */ { /* 70 */ Queue queue = (Queue)iter.next(); /* 71 */ queue.removeAllReferences(); /* */ } /* */ } /* */ /* */ public int getAllMessageCount() throws Exception /* */ {
15461547154815491550155115521553155415551556
while (iter.hasNext()) { Queue queue = (Queue)iter.next(); queue.removeAllReferences(); } //undeploy the mbean if (!undeployDestination(isQueue, name)) {
15611562156315641565156615671568156915701571
while (iter.hasNext()) { Queue queue = (Queue)iter.next(); queue.removeAllReferences(); //Durable subs need to be removed on all nodes boolean all = !isQueue && queue.isRecoverable(); postOffice.removeBinding(queue.getName(), all);
281282283284285286287288289290291
assertTrue(queue.isPaging()); assertEquals(0, queue.getDeliveringCount()); queue.removeAllReferences(); refIds = getReferenceIdsOrderedByPageOrd(queue.getChannelID()); assertEquals(0, refIds.size()); ;
283284285286287288289290291292293
151152153154155156157158159160161
PagingFilteredQueue queue = (PagingFilteredQueue)binding.getQueue(); if (!queue.isRecoverable()) { queue.removeAllReferences(); // Unbind if (!queue.isClustered()) { postOffice.unbindQueue(queue.getName());