Details
-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: Link Score Report
-
Fix Version/s: Link Score Report
-
Component/s: xOther
-
Labels:None
-
Environment:
Production
Description
Pattern of usage in production indicates that the JMS queue that services link score requests is getting overloaded with messages that are in a wait status. Compounding the issue is the message size being sent. There are two things that should be done to alleviate this issue:
1) Increase the size of the MDB pools that are handling requests - LOE: minor
2) Change the code that delegates to the message queue to send smaller messages by breaking them up prior to placing on the queue. Currently this is being done by the message delegator. LOE: Med/LG.