}
Object[] topicControls = server.getHornetQServer().getManagementService().getResources(TopicControl.class);
for (Object topicControl2 : topicControls)
{
TopicControl topicControl = (TopicControl)topicControl2;
allDests.put(topicControl.getAddress(), topicControl);
}
List<String> destinations = new ArrayList<String>();
for (String addresse : addresses)
{