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