Re: Problem shutting down activemq client with failover transport

2015-09-30 Thread Tim Bain
reference.html > > If you are using an IDE like IntelliJ, try putting in breakpoints on only > that PooledTaskRunner thread and analyze what is going on. > > Thanks. > > -Original Message- > From: Ganesh Murthy [mailto:gmur...@redhat.com] > Sent: Dienstag, 29. Septe

RE: Problem shutting down activemq client with failover transport

2015-09-30 Thread Anna Maier
Message- From: Ganesh Murthy [mailto:gmur...@redhat.com] Sent: Mittwoch, 30. September 2015 15:12 To: users@activemq.apache.org Subject: Re: Problem shutting down activemq client with failover transport How is Camel setting the shutdown flag on the PooledTaskRunner? Is Camel calling the

Re: Problem shutting down activemq client with failover transport

2015-09-30 Thread Ganesh Murthy
al Message- From: Ganesh Murthy [mailto:gmur...@redhat.com] Sent: Dienstag, 29. September 2015 16:52 To: users@activemq.apache.org Subject: Re: Problem shutting down activemq client with failover transport Can you please provide a thread dump? That would throw some light on exactly what is going o

RE: Problem shutting down activemq client with failover transport

2015-09-29 Thread Anna Maier
Hi, please find attached the thread dump. Regards, Anna -Original Message- From: Ganesh Murthy [mailto:gmur...@redhat.com] Sent: Dienstag, 29. September 2015 16:52 To: users@activemq.apache.org Subject: Re: Problem shutting down activemq client with failover transport Can you please

Re: Problem shutting down activemq client with failover transport

2015-09-29 Thread Martin Lichtin
I've seen this behaviour as well and did not find a way around it besides limiting the number of _startup_ reconnect attempts. Append something like "?startupMaxReconnectAttempts=5" to the Url. On 29.09.2015 15:31, Anna Maier wrote: Hi, I am using Camel to connect to ActiveMQ and it fails to

Re: Problem shutting down activemq client with failover transport

2015-09-29 Thread Ganesh Murthy
Can you please provide a thread dump? That would throw some light on exactly what is going on. Thanks. - Original Message - From: "Anna Maier" To: users@activemq.apache.org Sent: Tuesday, September 29, 2015 9:31:13 AM Subject: Problem shutting down activemq client with failover transpor