Re: suitability of configuration for a use case

2010-07-19 Thread Dejan Bosanac
> 1) Is store usage counted when JDBC persistence is used? store usage is not used for JDBC store > 2) VM cursor and small memory limits are used. Does that mean that > nothing will ever be paged out for non-persistent messages? VM cursor will keep all you pending messages in memory. Small memor

Re: suitability of configuration for a use case

2010-07-19 Thread Vjaceslavs Klimovs
Thanks Dejan! Two more questions: 1) Is store usage counted when JDBC persistence is used? 2) VM cursor and small memory limits are used. Does that mean that nothing will ever be paged out for non-persistent messages? On Mon, 19 Jul 2010 10:00:48 +0200 Dejan Bosanac wrote: > Hi, > > at first g

Re: suitability of configuration for a use case

2010-07-19 Thread Dejan Bosanac
Hi, at first glance I don't see anything wrong with your assumptions and setup. You should try testing it in your environment and see if it works as expected. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.mann

suitability of configuration for a use case

2010-07-18 Thread Vjaceslavs Klimovs
Hi, We generally have two types of messages passing through our ActiveMQ instances. (1) First type needs transacted guaranteed delivery and high-availability, but the amount of messages of this kind is low, and latency is not really important. (2) Second type, on the other hand, needs low latency