Bugs item #523768, was opened at 2002-02-28 03:42 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=523768&group_id=22866
Category: JBossMQ Group: v3.0 Rabbit Hole >Status: Pending >Resolution: Works For Me Priority: 5 Submitted By: Mikael Printz (mipr) Assigned to: Nobody/Anonymous (nobody) Summary: Consumed messages survive restart Initial Comment: OS: Windows 2000 JDK 1.4 [09:21:50,884,GPA] General Purpose Architecture [GPA] [09:21:50,884,GPA] Java version: 1.4.0-beta2,Sun Microsystems Inc. [09:21:50,884,GPA] Java VM: Java HotSpot(TM) Client VM 1.4.0-beta2-b77,Sun Microsystems Inc. [09:21:50,894,GPA] OS-System: Windows 2000 5.0,x86 [09:21:50,894,GPA] JBoss Version : 3.0.0alpha (200111202304) [09:21:50,894,GPA] JBoss start time : Thu Feb 28 09:21:48 CET 2002 [09:21:50,904,GPA] localDir : C:\jboss-3.0.0alpha [09:21:50,924,GPA] installationURL : file:/C:/jboss- 3.0.0alpha/\ [09:21:50,924,GPA] configuration : file:/C:/jboss- 3.0.0alpha/\conf\default\ [09:21:50,924,GPA] libraries : file:/C:/jboss- 3.0.0alpha/\lib\ext\ [09:21:50,924,GPA] local patch directory: I have a bean that puts messages in a queue which are later consumed by a message driven bean. I am using the JDBC persistence manager for the message queue. Everything works fine until I shut JBoss down and restart it. It then reprocesses all the messages that have been previously sent; no deletes are ever made from the message table in the db. The same behaviour occurred when I used the file persistence manager; the serialized messages in the queue's directory were never deleted (or otherwise marked as consumed as far as I could tell). I have tried the different acknowledge-modes available as well as calling acknowledge explicitly after processing a message. ---------------------------------------------------------------------- >Comment By: Hiram Chirino (chirino) Date: 2002-05-02 21:35 Message: Logged In: YES user_id=175851 Cannot reproduce. Post a testcase that shows the problem next time. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=523768&group_id=22866 _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
