}
private void init()
{
this.destinationDefinitionProvider = new DestinationDefinitionProvider(setup);
this.destinationTemplateProvider = new DestinationTemplateProvider(setup);
this.templateMappingProvider = new TemplateMappingProvider(setup);
this.securityEnabled = setup.isSecurityEnabled();
this.durableSubscriptionManager = new DurableSubscriptionManager();
}