renderers.put("viewDLQ", new ViewDLQRenderer());
handlers = new HashMap();
handlers.put("createDestination", new CreateDestinationHandler());
handlers.put("removeDestination", new RemoveDestinationHandler());
handlers.put("statistics", new StatisticsHandler());
}