Search code examples
nservicebussubscriber

NServiceBus, subscriber stop receiving messages after a period of time


Using version 2.5.0.1446, my server will receive messages for about 5 - 10 minutes, after which, it will no longer receive, however this is only occurring on one environment a Windows Server 2008 R2 server. It has been running continuously on other R2 boxes with no problem. Logging shows that the message which were received completed successfully - so it hasn't locked on a message. When restarted the subscriber will pick up and process all outstanding messages which have built up. Running as a service or as a console app makes no difference.

Anyone come across anything similar?


Solution

  • This sounds a bit like another thread here: NService bus message delay problem

    To provided solution was to configure the timeout settings for the messages.