How maxMessages property affects the MDB? For example:
@ActivationConfigProperty(propertyName = "maxMessages", propertyValue="5").
How would this value affect if maxSessions is 10?
|
|
|
The JBoss docs are a bit wooly on this, they say MaxMessages is defined as
I think you were wondering if it affects the number of threads or concurrent sessions than can pass through the MDB at one time, but it seems this parameter is not related to that behaviour, and so there's no conflict. |
|||
|
|
|
I think you're confused, |
|||
|
|
|
In the xml confi file standardjboss.xml you'd set MaximumSize to set the number of concurrent messages. In this case I've set it to 150. This affects all MDBs, however.
|
||||
|
|