RE: Re: openJMS stops consuming messages
"Tim Anderson" <[email protected]> Thu, 5 May 2005 22:55:59 +1000
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <000001c55171$ca144ed0$877efddc@xerces> |
Probably the client has repeatedly failed to ping the
server and has dropped the connection.
You can verify this by registering an ExceptionListener
with the Connection instance:
connection.setExceptionListener(new ExceptionListener() {
public void onException(JMSException e) {
e.printStackTrace();
}
)};
> -----Original Message-----
> From: openjms-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> [mailto:openjms-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On
> Behalf Of Wei Leng
> Sent: Monday, 2 May 2005 12:42 PM
> To: openjms-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: [openjms-developer] Re: openJMS stops consuming messages
>
>
> I'm using version 0.7.6.1 and rmi connector.
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games.
> Get your fingers limbered up and give it your best shot. 4
> great events, 4 opportunities to win big! Highest score
> wins.NEC IT Guy Games. Play to win an NEC 61 plasma display.
> Visit http://www.necitguy.com/?r=20
> _______________________________________________
> openjms-developer mailing list openjms-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/openjms-developer
>
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20