I am experiencing problems with a service I wrote. It wakes up every 15 seconds and opens a connection to the queue manager, looks for any messages, closes the manager and waits another 15 seconds and ...
I am using c#.Net to attempt to connect to a queueManager using the MQQueueManager class. I am getting an MQRC_NOT_AUTHORIZED error message.
Our MQ team has provided me a Unix ID (that the ...