From: timfox <nu...@jb...> - 2005-05-08 09:18:54
|
Hi Ovidiu- Currently, all the Channel implementations in core seem to first attempt synchronous delivery, and only if that is not possible is the message stored as NACKed. According to that logic, the only messages that will be stored in the channel, and therefore browsable are NACKed messages. If we want to be able to distinguish between the two sets of messages that you refer to, then I believe we would have to change this core logic - is this something we really want to do? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876923#3876923 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876923 |