Re: ActiveMQ consumer performance and scalability

2010-12-15 Thread Bruce Snyder
On Wed, Dec 15, 2010 at 11:47 AM, Stanislaw Kogut wrote: > On Wed, Dec 15, 2010 at 8:08 PM, Bruce Snyder > wrote: >> >> On Wed, Dec 15, 2010 at 10:56 AM, Stanislaw Kogut >> wrote: >> > On Wed, Dec 15, 2010 at 7:37 PM, Bruce Snyder >> > wrote: >> > >> >> On Wed, Dec 15, 2010 at 10:32 AM, Stanisla

Re: ActiveMQ consumer performance and scalability

2010-12-15 Thread Stanislaw Kogut
On Wed, Dec 15, 2010 at 8:08 PM, Bruce Snyder wrote: > On Wed, Dec 15, 2010 at 10:56 AM, Stanislaw Kogut > wrote: > > On Wed, Dec 15, 2010 at 7:37 PM, Bruce Snyder >wrote: > > > >> On Wed, Dec 15, 2010 at 10:32 AM, Stanislaw Kogut > >> wrote: > >> > I already tried every topic here, with no sig

Re: ActiveMQ consumer performance and scalability

2010-12-15 Thread Bruce Snyder
On Wed, Dec 15, 2010 at 10:56 AM, Stanislaw Kogut wrote: > On Wed, Dec 15, 2010 at 7:37 PM, Bruce Snyder wrote: > >> On Wed, Dec 15, 2010 at 10:32 AM, Stanislaw Kogut >> wrote: >> > I already tried every topic here, with no significant effect. >> > I'm already using KahaDB for peristence (even pl

Re: ActiveMQ consumer performance and scalability

2010-12-15 Thread Stanislaw Kogut
On Wed, Dec 15, 2010 at 7:37 PM, Bruce Snyder wrote: > On Wed, Dec 15, 2010 at 10:32 AM, Stanislaw Kogut > wrote: > > I already tried every topic here, with no significant effect. > > I'm already using KahaDB for peristence (even placing it's data to > tmpfs). > > I can't use async send/receive,

Re: ActiveMQ consumer performance and scalability

2010-12-15 Thread Bruce Snyder
On Wed, Dec 15, 2010 at 10:32 AM, Stanislaw Kogut wrote: > I already tried every topic here, with no significant effect. > I'm already using KahaDB for peristence (even placing it's data to tmpfs). > I can't use async send/receive, as I need reliable transport. > I'm using transactions (this is a

Re: ActiveMQ consumer performance and scalability

2010-12-15 Thread Stanislaw Kogut
I already tried every topic here, with no significant effect. I'm already using KahaDB for peristence (even placing it's data to tmpfs). I can't use async send/receive, as I need reliable transport. I'm using transactions (this is a requirement). What about multiple consumers? Should they use one

Re: ActiveMQ consumer performance and scalability

2010-12-15 Thread Bruce Snyder
On Wed, Dec 15, 2010 at 7:41 AM, Stanislaw Kogut wrote: > Hello. > > I'm currently evaluating ActiveMQ as a message broker for our service. We > need scalable, transacted, low-latency message broker, but ActiveMQ shows > not very good results to me. > > Config: ActiveMQ 5.4.2 with nio:// transport

Re: ActiveMQ consumer performance and scalability

2010-12-15 Thread Dejan Bosanac
Hi, you can find some additional tips for performance tuning here: http://activemq.apache.org/performance-tuning.html and http://fusesource.com/wiki/display/ProdInfo/FUSE%20Message%20Broker%20Performance%20Tuning%20Guide Cheers -- Dejan Bosanac - FuseSource - The experts in ope