Re: memoryUsage configuration

2008-11-12 Thread Gary Tully
().getLimit()) >>> +* messages.getMemoryUsageHighWaterMark() >>> +/ systemUsage.getMemoryUsage().getLimit(); >>> +messages.setMemoryUsageHighWaterMark((int) >>> memoryUsageHighWaterMark); >>> + >>> if (isOptimized

Re: memoryUsage configuration

2008-11-11 Thread lurga
t;> +* messages.getMemoryUsageHighWaterMark() >> +/ systemUsage.getMemoryUsage().getLimit(); >> +messages.setMemoryUsageHighWaterMark((int) >> memoryUsageHighWaterMark); >> + >> if (isOptimizedDispatch()) { >> this.taskRunner =

Re: memoryUsage configuration

2008-11-11 Thread Gary Tully
ch()) { > this.taskRunner = taskFactory.createTaskRunner(this, > "TempQueue: " + destination.getPhysicalName()); > }else { > -- > View this message in context: > http://www.nabble.com/memoryUsage-configuration-tp20416088p20435735.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

Re: memoryUsage configuration

2008-11-11 Thread lurga
= taskFactory.createTaskRunner(this, "TempQueue: " + destination.getPhysicalName()); }else { -- View this message in context: http://www.nabble.com/memoryUsage-configuration-tp20416088p20435735.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

memoryUsage configuration

2008-11-10 Thread lurga
roducer blocks. When BaseDestination.systemUsage.memoryUsage reaches its limit, FilePendingCursor would flush the messages to disk and reduce memory usage. Is it right? -- View this message in context: http://www.nabble.com/memoryUsage-configuration-tp20416088p20416088.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.