I am using 1.5 pro.
I have started using IBackgroundProcess for always running jobs.
These background processes monitor local msmq’s.
It works great. However, when I have multiple servers running, each server instance is running its own IBackgroundProcess.
Is there a way to ensure only one instance of a background process is running, regardless how many servers are registered?