[
https://issues.jboss.org/browse/WFLY-7691?page=com.atlassian.jira.plugin....
]
Yeray Borges resolved WFLY-7691.
--------------------------------
Resolution: Cannot Reproduce
{{maxSessions}} is not a valid activation configuration properties defined by Wildfly, you
must use {{maxSession}} instead.
If you don't define it, the default value is 15, that's the reason you are getting
only 15 messages at the same time.
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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)