ActiveMQ + Jencks Performance

2007-12-10 Thread andriy_heikal
Hello all, I'm implementing ActiveMQ in Spring environment and using Jencks for consumer as a listener. Performance for 6000 messages sent in one time is 47msg/sec... but when testing ActiveMQ with simple java class I get about 3k msg/sec. Whats the problem? can anybody help me? anyway my testi

Re: ActiveMQ Sending Performance

2007-11-19 Thread andriy_heikal
Venkatraman <[EMAIL PROTECTED]> wrote: >> >> Ur sender code looks fine to me, are u sure ur messages are not being >> persisted by ActiveMQ. >> Persistence can slow down send considerably. Check ur ActiveMQ config >> file >> for persistence. >> >> htt

ActiveMQ Sending Performance

2007-11-18 Thread andriy_heikal
Hi Guys, I'm newbie on ActiveMQ. I've been trying to develop JMS using ActiveMQ. I create 2 file first as sender : package tutorial.jms; import java.util.Date; import javax.jms.Connection; import javax.jms.ConnectionFactory; import javax.jms.JMSException; import javax.jms.MessageProducer; impor