-
Bug
-
Resolution: Done
-
Major
-
6.4.4
The Message Driven Bean for KieSessionMDB creates a JMS Connection and Session to prepare and send a response message, even when using FIRE_AND_FORGET_PATTERN.
This is expensive from a resource perspective and wastes creating and closing the connection.
Correct behavior should check the incoming message for the interaction pattern and avoid establishing a connection in the case of FIRE_AND_FORGET_PATTERN.
- clones
-
RHBPMS-4931 Connection Created During FIRE_AND_FORGET_PATTERN
- Closed