Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.13.2
-
None
-
Unknown
Description
InOnlyProducer and InOutProducer have similar code for borrowing MessageProducerResources from pool but different behavior for handling errors associated to it. Also InOnlyProducer does not apply the responsetimeout parameter as timeout for borrowing producer from pool. Moving this logic and error handling to SjmsProducer can remove duplicate code and provide same behavior for both classes.