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
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
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
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