[JBoss-user] [Messaging, JMS JBossMQ] - Re: Lost or forgotten messages in queue

2004-08-20 Thread [EMAIL PROTECTED]
Yes there are two problems with the file persistence managers.

1) They do not guarantee the data is flushed to the physical disk,
it could still be held in OS buffers.

2) They have no checksum so it is impossible to detect data corruption.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3845762#3845762

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845762


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Lost or forgotten messages in queue

2004-08-18 Thread MaitaiBernie
Is JDBC persistence more reliable than the file persistence manager or why, in your 
opinion, show they prefer JDBC persistence? If you say The queue depth only includes 
messages not yet delivered to JMS consumers do you think that JBoss behaves right 
saying QueueDepth is five (meaning 5 messages already delivered to the client), 
although there are 10 msgs in the queue physically? Or are you saying the file 
persistence manager is buggy?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3845405#3845405

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845405


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Lost or forgotten messages in queue

2004-08-18 Thread jardia
Just a few references to the file persistence manager.
Adrian (JBossMQ lead) says that the file persistence manager is not supported anymore 
and that it is only there for backward compatibility with 2.4.

http://www.jboss.org/index.html?module=bbop=viewtopict=43492
http://www.jboss.org/index.html?module=bbop=viewtopict=48381

There are problems with the file persistence manager. I think one of the causes is 
that it is not transactionally reliable. This is because not all JVMs guarantee that 
when a call to flush() returns, that the data is actually on disc...
I think that there are also scalability issues with file persistence (max no of files 
in one dir on windows, startup times?).

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3845426#3845426

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845426


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user