Re: Re: ActiveMQ topic vs queue

2013-03-20 Thread comradgre
I found average size of messaged around 100 bytes using web site http://mothereff.in/byte-counter -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-topic-vs-queue-tp4664859p4664933.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ topic vs queue

2013-03-19 Thread comradgre
>The default for memoryUsage is 64MB but you set your queue memoryLimit to 100MB. That could very well lead to OOM. Should I update value to 128 or 64? I found how to enable StoreUsage using kahaDB, but currently i have next 2 questions: 1) What will be best: current realisation or StoreUsage? 2)

ActiveMQ topic vs queue

2013-03-19 Thread comradgre
Hi! Current system have about 100 messages per second. Could you pls help me avoid flooding issue and improve performance of current activeMQ. Please see attached activemq.xml activemq.xml Current MQ have 2 queues: inq and outq.

Re: ActiveMQ topic vs queue

2013-03-19 Thread comradgre
Also how to monitor store and memory usage using jconsole? I tried to monitor it here: org.apache.activemq.broker.jmx.BrokerView (Mbeans/prod.domain/localhost/Broker/Attributes) but jconsole shows me 0 for all memory counters. -- View this message in context: http://activemq.2283324.n4.nabble.c