configuration.getMaxRecoveryAttempts(),
configuration.isShutdownOnFatal(),
configuration.getShutdownGracePeriod());
//provide a reference to the Jetty server to the consumer
environment.addServerLifecycleListener(new ServerLifecycleListener() {
@Override
public void serverStarted(Server server) {
consumer.setServer(server);
}
});