I have made an windows service that uses qpid client libraries to comunicate
with a server.
The service uses WMI to gather station usage information and send it to an
upstream server.
I noticed that any windows service that uses qpid client libraries and
simultaneously calls CoInitializeEx(...) to initialize and use COM fails to
start as windows service with the following error:
Error 1053: The service did not respond to the start or control request in a
timeley fashion
Anyone has some advice on this ?