backupServer.getServer().getConfiguration().setJournalFileSize(1024 * 1024);
}
protected ServerLocatorInternal getServerLocator() throws Exception
{
ServerLocatorInternal locator = super.getServerLocator();
locator.setMinLargeMessageSize(1024 * 1024);
locator.setProducerWindowSize(10 * 1024);
return locator;
}