table = createTableConfiguration(CamelProcessorMBean.class);
table.column("Route Id"); // only required for Routes view so we can see which route a processor belongs to
table.column("Processor Id").setLabelProviderStyle("image");
table.column("Exchanges Total");
table.column("Exchanges Completed");
table.column("Exchanges Failed");
table.column("Mean Processing Time");
table.column("Min Processing Time");
table.column("Max Processing Time");
table.column("Last Processing Time");
table.column("Total Processing Time");