You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by "Howard W. Smith, Jr." <sm...@gmail.com> on 2013/03/27 12:12:43 UTC

TomEE/ActiveMQ: Performance in 5.8.0 vs 5.2.0

FYI, since I am using TomEE/ActiveMQ, I like to follow-or-listen-in-on the
activemq list, so I just wanted to forward the following, since TomEE is
using latest version, ActiveMQ 5.8.0:

---------- Forwarded message ----------
From: Martin Fredriksson <gh...@gmail.com>
Date: Wed, Mar 27, 2013 at 5:43 AM
Subject: Performance in 5.8.0 vs 5.2.0
To: users@activemq.apache.org


I recently upgraded our ActiveMQ version from 5.2.0 to 5.8.0 and after that
we experience a drop in performance. In particular when sending persisted
messages to a queue.

I have used Apache JMeter to get some benchmark values with a JMS Publisher,
sending 5000 text messages to a queue.
With ActiveMQ 5.2.0 this takes about 500 ms
With ActiveMQ 5.8.0 this takes about 20000 ms
If I turn off persistance, it takes about 150 ms with both versions.

Is anyone else having the same problems? While running JMeter I used default
configuration with both versions.



--
View this message in context:
http://activemq.2283324.n4.nabble.com/Performance-in-5-8-0-vs-5-2-0-tp4665179.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Fwd: TomEE/ActiveMQ: Performance in 5.8.0 vs 5.2.0

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
FOLLOWUP/FYI (see below)


On Wed, Mar 27, 2013 at 8:45 AM, Gary Tully <ga...@gmail.com> wrote:

> I think this is a change in the persistence adapter, we now sync by default
> on every send, the jms durability guarantee. Use <kahaDB
> enableJournalDiskSyncs="false"
> .. > to get the same behaviour as 5.2. I think 5.2 would only sync on a
> transaction boundary.
>
>
> On 27 March 2013 09:43, Martin Fredriksson <ghart.fredriksson@gmail.com
> >wrote:
>
> > I recently upgraded our ActiveMQ version from 5.2.0 to 5.8.0 and after
> that
> > we experience a drop in performance. In particular when sending persisted
> > messages to a queue.
> >
> > I have used Apache JMeter to get some benchmark values with a JMS
> > Publisher,
> > sending 5000 text messages to a queue.
> > With ActiveMQ 5.2.0 this takes about 500 ms
> > With ActiveMQ 5.8.0 this takes about 20000 ms
> > If I turn off persistance, it takes about 150 ms with both versions.
> >
> > Is anyone else having the same problems? While running JMeter I used
> > default
> > configuration with both versions.
> >
> >
> >
> > --
> > View this message in context:
> >
> http://activemq.2283324.n4.nabble.com/Performance-in-5-8-0-vs-5-2-0-tp4665179.html
> > Sent from the ActiveMQ - User mailing list archive at Nabble.com.
> >
>
>
>
> --
> http://redhat.com
> http://blog.garytully.com
>