super();
}
public void testNewNotificationPublisher() throws Exception {
EventStore eventStore = new MockEventStore(new PersistenceManagerProvider() {});
assertNotNull(eventStore);
PublishedNotificationTrackerStore publishedNotificationTrackerStore =
new HibernatePublishedNotificationTrackerStore(
new PersistenceManagerProvider(this.session()),
"unit.test");
NotificationPublisher notificationPublisher =
new RabbitMQNotificationPublisher(
eventStore,