pubMessage.setData("1" + largeString);
this.publishSrv.publish(pubMessage);
Thread.sleep(200);
pubMessage.setData("2" + largeString);
this.publishSrv.publish(pubMessage);
SCRemovedMessage removeMessage = new SCRemovedMessage();
removeMessage.setCacheId((String) request.getData());
removeMessage.setMask(TestConstants.maskSrv);
this.publishSrv.publish(removeMessage);
TestPublishServer.testLogger.info("publish message large message");
} catch (Exception e) {
LOGGER.error("cannot publish", e);
}