[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Once and only once delivery?
apwalker
do-not-reply at jboss.com
Tue Oct 10 07:03:13 EDT 2006
If you only wanted this feature for persisted messages then you could change the client receive not to actually remove the message from the DB but flag it as being read. Then the you could just check if the message already existed before writing it to the DB. You could then just periodcally sweep and delete the read messages
Just a thought......
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977194#3977194
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977194
More information about the jboss-dev-forums
mailing list