Folks, greetings.

Could you please help me to clarify the following performance issue with 
transaction java qpid client (jms)
I use org.apache.qpid.jndi.PropertiesFileInitialContextFactory to get 
messages from broker.
I read messages in one thread in java main application
If I use 
                        Session session = connection.createSession(false, 
Session.AUTO_ACKNOWLEDGE);
I got 10000 messages per seconds

But if I use 
                        Session session = connection.createSession(true, 
Session.AUTO_ACKNOWLEDGE);
and commit transaction after each message I got only 60 messages per 
seconds

Could you please advice why is the difference is so significant?
How can I improve performance for my installation?

I use default journal settings on the broker. I use c++ broker, I built it 
on RedHat 5.5.

Regards,
Boris
_______________________________________________________

The information contained in this message may be privileged and conf idential 
and protected from disclosure. If you are not the original intended recipient, 
you are hereby notified that any review, retransmission, dissemination, or 
other use of, or taking of any action in reliance upon, this information is 
prohibited. If you have received this communication in error, please notify the 
sender immediately by replying to this message and delete it from your 
computer. Thank you for your cooperation. Troika Dialog, Russia. 
If you need assistance please contact our Contact Center  (+7495) 258 0500 or 
go to www.troika.ru/eng/Contacts/system.wbp  

Reply via email to