]
Yeray Borges reassigned WFLY-7691:
----------------------------------
Assignee: Yeray Borges
Custom pool not working when applied to Message-Driven Bean
-----------------------------------------------------------
Key: WFLY-7691
URL:
https://issues.jboss.org/browse/WFLY-7691
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 10.1.0.Final
Reporter: Evandro Pomatti
Assignee: Yeray Borges
Labels: mdb, pool
I tried to configure a custom thread pool por an MDB in order to increase performance,
but it seems that the association is being ignored by WildFly.
When I associate my custom pool with increased size to 50 to my MDB, only 15 messages
keep getting dequeue at a time.
I also don't know why 15, since the default MDB pool "mdb-strict-max-pool"
max size is configured to be 20.