So I had to write a client/listener for an MQ server, I planned to use an existing web service that was left out from being used during one of the site makeover.
Since one of the app in java is already doing that using Spring and jms template, I made a point in trying to do the same in .NET. Problem is simple, the MQ server is in Java platform and I needed to run a C# tool/deamon on Linux distribution 5.x.
Mono is a wrapper for C#/.NET to enable user to convert a *.dll/*.exe to run in any environment that does/not support .NET framework.
I’m still testing it, I’ll update you guys when something good comes out of it.