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