Re: Connection taking long time to shutdown

2011-08-04 Thread kaustubh khasnis
Hi Gary, Unfortunately I could not reproducer it again, I will post the ThreadDump as soon as I encounter it. --Kaustubh On Thu, Aug 4, 2011 at 8:20 PM, Gary Tully wrote: > the thread dump of the broker is key, I found that issue with stomp > where the connections are terminated very quickly an

Re: Connection taking long time to shutdown

2011-08-04 Thread Gary Tully
the thread dump of the broker is key, I found that issue with stomp where the connections are terminated very quickly and uncleanly. Your thread dump may indicate a different problem, as in there may be some message send in progress or a dispatch... it depends very much on configuration. Post a th

Re: Connection taking long time to shutdown

2011-08-04 Thread kaustubh khasnis
Hi, Thanks for the fix Gary, I will definitely try it out. But I looked at the patch and it looks like the fix is more like if "at the startup of transportconnector, if it is already running, shut it down". I am not sure if it will sort the problem of being stuck up at shut down. Please correct m

Re: Connection taking long time to shutdown

2011-08-04 Thread Gary Tully
take a thread dump of the broker and have a peek at https://issues.apache.org/jira/browse/AMQ-3435, that fix may be what you need. On 4 August 2011 07:53, kaustubh khasnis wrote: > Hi, > I have created an embedded broker and having 10 producers pushing messages > over 1 topic and 10 consumer cons