Re: Non-persistent deliverymode not effect.

2014-04-23 Thread fluency
Dear artnaseef, thanks for the reply. The line of codes that sends is very simple:invoke simpleSend message in Action.java: for(int i=0;i<1000;i++){ producer.simpleSend(pojo); } then goes to Producer.java : public void simpleSend(HashMapPojo pojo){ this.jmsTemplet.setDeliveryPersistent(

Non-persistent deliverymode not effect.

2014-04-23 Thread fluency
Dear all, MQ version 5.5.0. I want to use non-persistent delivery in queue,so i make these settings: 1.comment out persistenceAdapter in activemq.xml 2.set jmstemplate: * * 3.in producer:

Consumer just disappear...

2012-03-04 Thread fluency
Hi all, There are several queues in my broker.And when a queue had large number of oendingMessages,i found the "number of consumers" became 0 throught the activeMQ console.I don't know why. I tried delete and create the queue,consumer's still 0。 1.I also tried set pendingMessagesStrategy to