-
Bug
-
Resolution: Done
-
Major
-
6.4.4
-
None
-
None
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.
- is cloned by
-
RHBPMS-4938 [GSS](6.4.z) Connection Created During FIRE_AND_FORGET_PATTERN
- Verified