[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Paging discussion:

timfox do-not-reply at jboss.com
Thu Sep 4 03:28:21 EDT 2008


I found this cryptic code in ServerSessionImpl after your commit:


  |          finally
  |          {
  |             
  |          }
  |          //finally (TODO: enable this back)
  |          {
  |             //Now unlock
  |             
  |             for (Queue queue: locked)
  |             {
  |                queue.unlock();
  |             }
  |          }
  | 

Is it intentional?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174179#4174179

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174179



More information about the jboss-dev-forums mailing list