Using JBoss 2.2.1 the queue files under db\jbossmq grow without 
bound. 

Using AUTO_ACKNOWLEDGE has no effect
queueSession = queueConnection.createQueueSession(false,         
      Session.AUTO_ACKNOWLEDGE);

Neither does explicitly acknowledging the message
        Message m = queueReceiver.receive();
     m.acknowledge();

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to