connectionFactory = lookupConnectionFactory();
}
notificationBroker.setConnectionFactory(connectionFactory);
notificationBroker.init();
// Create PullPoint
createPullPoint = new JmsCreatePullPoint(configuration.getBrokerName());
createPullPoint.setManager(new WSNEndpointManager());
if (connectionFactory == null) {
connectionFactory = lookupConnectionFactory();
}
createPullPoint.setConnectionFactory(connectionFactory);