Consultor Eletrônico



Kbase P6169: How To Limit Dispatching Messages To Clients That Having Num
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/01/2005
Status: Unverified

GOAL:

How To Limit Dispatching Messages To Clients That Having Number of Acknowledge Messages

FACT(s) (Environment):

SonicMQ 3.5

FACT(s) (Environment):

Windows NT 4.0

FACT(s) (Environment):

Windows 2000

FIX:

Use the options GUAR_QUEUE_SIZE and OUTPUT_QUEUE_SIZ that are documented in the SonicMQ Configuration and Administration Guide, page 50 - 51

GUAR_QUEUE_SIZE: Specifies the maximum size in bytes of broker-side buffers used to maintain a list of messages waiting to be acknowledged by a receiver or subscriber to a topic or a queue.

OUTPUT_QUEUE_SIZE: Specifies the maximum size in bytes of broker-side output buffers used to send outgoing messages to remote clients. Setting this parameter to a larger value will allow more messages to be buffered for each client at the risk of increasing message latency.


NOTE: The options mentionned above are set in the broker.ini file.