[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Strange code in QueueImpl::removeReferenceWithID
timfox
do-not-reply at jboss.com
Wed Dec 10 04:15:03 EST 2008
| try
| {
| referenceRemoved(removed);
| }
| catch (Exception e)
| {
| log.warn(e.getMessage(), e);
| }
|
Please do not swallow exceptions like this without a very good reason. I have fixed the code for now.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195496#4195496
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195496
More information about the jboss-dev-forums
mailing list