[jboss-user] [JBoss Messaging] - Re: Jboss Messaging randomly implodes

clebert.suconic@jboss.com do-not-reply at jboss.com
Tue Nov 7 15:21:51 EST 2006


In your try... catch do something like this:

try
{
}
catch (JMSException e)
{
    e.getLinkedException().printStackTrace();
    e.printStackTrace();
}

That will give you more clue about what's going on with that exception.

I will see the possibility of calling initCause(cause) on future releases.



Also.. if you have you log4j setting in your client, these exceptions are being sent to the log output.

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

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



More information about the jboss-user mailing list