Thanks a lot for the checking. Please kindly let me know if any updates.
At 2013-06-17 23:23:24,"Christian Posta" wrote:
>Yah, I can verify this is the case. Threads leak because the
>threadpoolexecutor doesn't evict the threads. Checking for the best
>solution to this.
>
>
>On Sun, Jun 16, 201
I've closed the Jira, this is not an issue. You can take a look at the test
cases to see why. They're adapted from your orignal tests.
Cheers
On Mon, Jun 17, 2013 at 3:35 PM, Christian Posta
wrote:
> I've opened a JIRA here: https://issues.apache.org/jira/browse/AMQ-4586
>
> The workaround for
I've opened a JIRA here: https://issues.apache.org/jira/browse/AMQ-4586
The workaround for your case is to use the failover transport and you won't
see the executor threads leaked.
On Mon, Jun 17, 2013 at 11:23 AM, Christian Posta wrote:
> Yah, I can verify this is the case. Threads leak becau
Yah, I can verify this is the case. Threads leak because the
threadpoolexecutor doesn't evict the threads. Checking for the best
solution to this.
On Sun, Jun 16, 2013 at 4:07 AM, lzr wrote:
> Dear all,
>
>
> I found a thread leak issue during try activemq 5.6:
> I create connection when sendin
Dear all,
I found a thread leak issue during try activemq 5.6:
I create connection when sending message and close it once the sending finished.
Occassionally I restart activemq broker and found one thread generated with
name "ActiveMQ Connection Executor...".
For deep research, I restarted the b