-
Story
-
Resolution: Done
-
Major
-
AMQ 7.8.0.GA
Currently the resource adapter creates a separate connection for each consumer. For example, then the activation specification for an MDB contains a maxSession attribute greater than 1, a connection is created for each MDB instance / thread.
This enhancement would allow selectable enabling of shared connections, in which consumers of the same address could share a connection between multiple sessions.
- is related to
-
JBEAP-21562 [GSS](7.4.z) When the Artemis Resource Adapter is configured for connection with external AMQ, the max-pool-size attribute is ignored
- Closed
-
WFLY-16047 When the Artemis Resource Adapter is configured for connection with external AMQ, the max-pool-size attribute is ignored
- Pull Request Sent