The implementation will take care of details such as PageSize.
The producers will write directly to PagingStore and that will decide what Page file should be used based on configured size
1383138413851386138713881389139013911392139313941395
} } public void requestProducerCredits(final SimpleString address, final int credits) throws Exception { PagingStore store = server.getPagingManager().getPageStore(address); if (!store.checkMemory(new Runnable() { public void run() { callback.sendProducerCreditsMessage(credits, address); }