Re: What is the time period used in StatisticsPlugin?

2010-12-05 Thread Don Santillan
up up Anyone please? Don Santillan wrote: up up Don Santillan wrote: Hello, I would like to know how the StatisticsPlugin track statistics. For example on "ActiveMQ.Statistics.Broker" or "ActiveMQ.Statistics.Destination.", it returns the statistics for "averageEnqueueTime", "maxEnqueueTim

Re: stomp+nio+ssl

2010-12-05 Thread Mats Henrikson
On 3 December 2010 23:05, Aleksandar Ivanisevic wrote: > Is it possible to have stomp+nio+ssl? Or it doesn't make sense since > the SSL overhead will eat the gains from nio? NIO is also important because it decouples the number of threads from the number of connections. There is already a ticket

Re: Change Expiration

2010-12-05 Thread James Green
Mark, AMQ is just an elaborate FIFO queue of messages. If you need to change the expiration on a bunch of messages, use a client to consume them. Once flushed, you'll need to re-submit them with modified parameters as appropriate. You might be able to do all this within a transaction - I have not

How could I control the broker destroy order

2010-12-05 Thread renyong
Hi, I used embedded broker im my application, configed by spring: I found when I shutted down my application, the broker always shut down quickly, so other threads couldn't send the messages to the activemq. I tried to configure the deponds-on method to control the destroy ord