yeah yeah, so i got a message to msmq… now, i have to create a program to read it and fire whatever command that i need… so, i created a windows service. 1st- i got stumped on installing it and having the service to be available in the services list. then i need an intall service etc. and finally got it in the list.
http://msdn.microsoft.com/en-us/magazine/cc164041.aspx - security on msmq (not that impt)
then when i started it, the listener won’t fire or get the message in the queue… there’s a site that explains about debugging windows service: http://www.ondotnet.com/pub/a/dotnet/2003/09/02/debuggingsvcs.html
i didn’t actually have any use (but just tried it) of a dubugger, ‘coz i think i got it all wrong in the first place.
since i’m stumped, i also stumbled here: http://www.dotnetcoders.com/web/learning/cert/exams/services/windowsservices.aspx
on more on windows services.
some security again: http://www.15seconds.com/issue/020312.htm (not that helpful but who knows)
then i finally made it run and do whatever it supposed to do.
chow….
n.r. (not relevant) thing for today is a commotion in the higher ups (they always do that) about the population in china- and one actually said that of all 1.3 billion chinese, they couldn’t get/hire a chinese speaking support in china and they have to hire a chinese speaking person in the philippines instead.
Tags: msmq, windows service