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.