throw new IllegalArgumentException("No sf at " + node);
}
ClientSession session = sf.createSession(false, true, true);
session.deleteQueue(queueName);
session.close();
}
protected void addConsumer(final int consumerID, final int node, final String queueName, final String filterVal) throws Exception