user = userHandler.createUser("cqs_unit_test", "cqs_unit_test");
}
topicHandler = new CNSTopicCassandraPersistence();
subscriptionHandler = new CNSSubscriptionCassandraPersistence();
attributeHandler = new CNSAttributesCassandraPersistence();
String topicName = "T" + rand.nextLong();
topic = topicHandler.createTopic(topicName, topicName, user.getUserId());
subscription = subscriptionHandler.subscribe(CMBTestingConstants.HTTP_ENDPOINT_BASE_URL + "recv/" + rand.nextLong(), CnsSubscriptionProtocol.http, topic.getArn(), user.getUserId());
}