Re: Closing a MessageConsumer hangs if broker already down

2007-11-16 Thread James Strachan
> available [native method] > >> - NativeMethodAccessorImpl.invoke(Object, Object[]) line: 64 > >> - DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 43 > >> - Method.invoke(Object, Object...) line: 615 > >> - Main.invokeFramework(String[], URL[])

Closing a MessageConsumer hangs if broker already down

2007-11-16 Thread TOPPER_HARLEY
thought? Thanks /Tom -- View this message in context: http://www.nabble.com/Closing-a-MessageConsumer-hangs-if-broker-already-down-tf4820370s2354.html#a13790718 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Closing a MessageConsumer hangs if broker already down

2007-11-16 Thread TOPPER_HARLEY
veMethodAccessorImpl.invoke(Object, Object[]) line: 64 >> - DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 43 >> - Method.invoke(Object, Object...) line: 615 >> - Main.invokeFramework(String[], URL[]) line: 504 >> - Main.basicRun(String[]) line: 443 >> - Main.

Re: Closing a MessageConsumer hangs if broker already down

2007-11-16 Thread James Strachan
69 > - Main.main(String[]) line: 1144 > > > This results in the client JVM never exiting! Should there be some timeout > on this or something to guard against this since it is a common scenario I > would have thought? > > Thanks > /Tom > > > >