]
Jeff Mesnil commented on WFLY-6330:
-----------------------------------
Artemis in WildFly now uses by default a bounded client thread pool (whose default value
is 8 * available processors)
Problems with ActiveMQ-client-global-threads
--------------------------------------------
Key: WFLY-6330
URL:
https://issues.jboss.org/browse/WFLY-6330
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Lukasz Pater
Assignee: Jeff Mesnil
Hello
when using MDB to consume messages the system indefinitely creates
ActiveMQ-client-global-threads (I don't need to produce/consume a message, it is
enough for the MDB to be present). Moreover when redeploying the application the created
threads remain in the memory.
Cheers
Lukasz