BayeuxServer bayeuxServer = bayeuxServer();
bayeuxServer.setSecurityPolicy(policy());
this.processor = new ServerAnnotationProcessor(bayeuxServer);
// Link the cloud, or use OortMulticastConfigurer.
Oort oort = oort();
// oort.observeComet("http://cloud.cometd.org/cometd");
// Observe the required channels.
oort.observeChannel("/cloud/*");
}