prefetch_none_timeout_request_reply

Prevents the memory utilization of the server to grow in the context of the following scenario.

The combination of a client consuming from a queue with prefetch set to none and calling receive with a short timeout in a loop can cause the memory utilization of the server to grow significantly. This can happen when the receive timeout is so short that the server doesn't have a chance to deliver a message to the consumer before being asked again, causing a backup of receive requests in the server.

To prevent this from happening, enable this parameter.

prefetch_none_timeout_request_reply = enable | disable

Defaults to disable.

Note: Consult with your TIBCO support representative before using this parameter.