How to make an MQ app exe to run continously?
See the question and my original answer on StackOverflowI suggest you transform your code into a Windows Service. See here for a .NET starter: Introduction to Windows Service Applications
I suggest you transform your code into a Windows Service. See here for a .NET starter: Introduction to Windows Service Applications