Enhancement Request: support multiple JMS messages read in Reactive Messaging #5895
Labels
3.x
Issues for 3.x version branch
enhancement
New feature or request
messaging
Reactive Messaging
P2
performance
Environment Details
Problem Description
I am working on an application (micro service) which uses Helidon MP 2.5.0 and Helidon JMS connector to consume the JMS messages produced by a weblogic server.
the weblogic server produces 1000 JMS messages per second .
The Helidon micro service application uses 14 JMS consumer channels (for the same destination) and acknowledges the JMS message immediately upon receiving the JMS message.
The Hellidon micro service app able to consume max 100 JMS Message per second .
Increasing the number of the JMS consumer channels further (> 14 ) is decreasing the performance.
Expected Behavior:
Request or receive more than one JMS message at a time using the Helidon JMS connector Consumer channel to increase the throughput.
Steps to reproduce
Consumer channel configuration
Java code
Porting issues:
PRs:
The text was updated successfully, but these errors were encountered: