6667686970717273747576
Iterator iter = subs.iterator(); while (iter.hasNext()) { Binding binding = (Binding)iter.next(); Queue queue = binding.getQueue(); queue.removeAllReferences(); } } public int getAllMessageCount() throws Exception {