开发者

NServiceBus: Does MSMQ go to "sleep"?

开发者 https://www.devze.com 2023-01-30 09:36 出处:网络
Normally messages with NSer开发者_运维知识库viceBus seem to be transferred pretty fast, but it seems like if I haven\'t sent any messages for a while, it takes a few seconds for them to be received.Do

Normally messages with NSer开发者_运维知识库viceBus seem to be transferred pretty fast, but it seems like if I haven't sent any messages for a while, it takes a few seconds for them to be received. Does anyone know why that would be? If MSMQ is indeed "going to sleep" is there a setting to "keep it awake"?


I'm betting this is because MSMQ keeps idle connections open for only so long. If this is an issue check out the Idle Timeout registry setting: http://msdn.microsoft.com/en-us/library/aa922753.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消