Re: what's JMSExceptionAdapter mean?
Tim Anderson <[email protected]> Wed, 07 Jun 2006 22:54:51 +1000
| Newsgroups | gmane.comp.java.openjms.user |
|---|---|
| Message-ID | <[email protected]> |
JMSExceptionAdapter is a class that catches exceptions from the transport layer, and rethrows them as JMSExceptions. If the original exception was an instance of Exception, it can be retrieved by invoking JMSException.getLinkedException(). -Tim 杜娟 wrote: hi all i am using openjms 0.7.7-alpha-1. After long time runing ,the client always got JMSExceptionAdapter, sometime in creating topicsession,sometime in closing topoicsession (client and openmjms server in the intranet,and use http connector ) .the JMSExceptionAdapter like this: javax.jms.JMSException at org.exolab.jms.client.net.JMSExceptionAdapter.adapt(JMSExceptionAdapter.java:79) at org.exolab.jms.server.net.RemoteServerSession__Proxy.stop(RemoteServerSession__Proxy.java:466) or : javax.jms.JMSException at org.exolab.jms.client.net.JMSExceptionAdapter.adapt(JMSExceptionAdapter.java:79) at org.exolab.jms.server.net.RemoteServerSession__Proxy.stop(RemoteServerSession__Proxy.java:466) someone can tell me the reason? and how can deal with it,rebuild the ConnectionFactory or the TopicConnection? thank you anyway! dujuan-Lg/[email protected] 2006-06-06 ---------- _______________________________________________ openjms-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openjms-user _______________________________________________ openjms-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openjms-user