From: <ad...@jb...> - 2005-05-17 21:25:06
|
Tim wrote: anonymous wrote : | | Further to the discussion regarding asynchronous ACKs, here are some thoughts on how we can implement QueueBrowsing on the core classes and how it all works together. | | The assumption here is that we want to be able to browse any messages in a queue where delivery has not been attempted. We don't want to browse those messages where the message has been delivered but the JMS client has NACKed it. | That assumption is NOT correct. If the message has been NACKed it is in the queue again and can be browsed just like any other message in the queue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878108#3878108 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878108 |