cancel
Showing results for 
Search instead for 
Did you mean: 

Reasoning for Queues getting Locked

Former Member
0 Kudos

Hello,

When we are doing load testing ,queues are getting locked. Is there any reason why queues get locked? and secondly how can we tune the queues so that they dont get locked in high load conditions?

Thank You.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ram,

Tune the parameter EO_MSG_SIZE_LIMIT to handle queues during high load.

Set the value 0 - 2,097,151 (KB)....The parameter EO_MSG_SIZE_LIMIT enables serial processing of messages of a particular

size. This applies for messages with the quality of service Exactly Once (EO). If the message is larger than the parameter

value, the message is processed in a separate queue.This parameter is designed to improve performance since there is often

not enough memory to process multiple large messages simultaneously.

Regds,

Pinangshuk.

Answers (1)

Answers (1)

Former Member
0 Kudos