ActiveMQ - TempTopic/TempQueue makes MQ frozen during high traffic flow

2010-02-10 Thread lucious
Hello, Here is ActiveMQ 5.3.0 with clients connected using openwire and CMS activemqcp-3.0.1. Server is Intel Platform with 8GB RAM : 1) policyEntry for topic=">" and queue=">" set up to memoryLimit=20mb and producerFlowControl="false" 2) memoryUsage limit="256 mb", storageUsage = 10gb, tempUsage

AMQ (5.3.0) with CMS-3.01 -> consumes all memory and stops clients and producers

2010-03-03 Thread lucious
Hello here is what we have: 1) AMQ -5 3.0 with the following configuration: http://activemq.apache.org/schema/core"; brokerName="localhost" useJmx="true" dataDirectory="${activemq.base}/data">

Re: AMQ (5.3.0) with CMS-3.01 -> consumes all memory and stops clients and producers

2010-03-05 Thread lucious
have logged: > > https://issues.apache.org/activemq/browse/AMQ-2616 > > Supposed to be fixed in 5.3.1 and later. > > Mats > > > > > On 4 March 2010 06:50, lucious wrote: >> >> Hello here is what we have: >> >> 1) AMQ -5 3.0

Re: AMQ (5.3.0) with CMS-3.01 -> consumes all memory and stops clients and producers

2010-03-05 Thread lucious
BTW: TotalEqueueCount: 1915k TotalDequeueCount: 984k TotalMessageCount: 380k Perhaps this can lead to "solution" M. lucious wrote: > > Hi Mats, > > Doesn't work neither :( > > 1) running AMQ version SNAPSHOT from march 03 > 2) config file as follo

Re: AMQ (5.3.0) with CMS-3.01 -> consumes all memory and stops clients and producers

2010-03-05 Thread lucious
Ohh I got it ;) thanks a lot!!! BTW. What is competitors consumers? M. Hi Marcin, I think that too much messages are produced and consumers does not have enough time/memory to consume them. So the memory consumption continue to growth till to reach a limit. As you have configured the vm for t

ActiveMQ 12.03.2010 snapshot + CMS -> memory limit reached on temp-queue and topic

2010-03-16 Thread lucious
Hello again,, I tried and gave a goal with this snapshot and new configuration file - removed vmCursors for Store/File: http://activemq.apache.org/schema/core"; brokerName="localhost" useJmx="true" dataDirectory="${activemq.base}/data" destroyApplicationContextOnStop="true">

temp-queue purge from code()

2010-03-30 Thread lucious
Hi I filed this bug AMQ-2657 which is really annoying to me and sometimes it takes me the whole day to look at "zombie" temp-queue (no consumers but messagecount increasing) and perform purge() on such queue. Waiting for fix I'd like to ask if it's possible to create simple app to check temp-queue

Re: temp-queue purge from code()

2010-03-30 Thread lucious
... or maybe there is a way to remove such "zombie queue" without stopping the MQ server? M. lucious wrote: > > Hi I filed this bug AMQ-2657 which is really annoying to me and sometimes > it takes me the whole day to look at "zombie" temp-queue (no consumers

Re: temp-queue purge from code()

2010-03-30 Thread lucious
Well I can spend this time and help you but I'm not that fluent with java and junit so if you can suggest how to start would be great. Thanks for this link! M. Have a look at the ruby jmx4r example at the bottom of this blog entry as a starting point on a simple way to code jmx calls : http:/

Re: temp-queue purge from code()

2010-03-31 Thread lucious
just to give a short update ... seems like there is NOW way to remove temp-queue like in this example. Normal queue can be simply removed but no temp ones. Bug or a "feature"? M. -- View this message in context: http://old.nabble.com/temp-queue-purge-from-code%28%29-tp28082374p28098574.html Sen