hi all, i encounter a problem, i want limit the size of Store Usage, so i use:
SystemUsage sy = broker.getSystemUsage(); StoreUsage su = new StoreUsage(); su.setLimit(3054432); sy.setStoreUsage(su); YES, in my case, those codes could limit Store Usage, but those codes suspend my Producer sent message. so, i want know, how to configure Psersistence as a FIFO style(Producer kept sending new messages corresponding to first one message deleted)? best, rosen jiang -- View this message in context: http://www.nabble.com/how-to-configure-Psersistence-as-a-FIFO-style--tp24285099p24285099.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.