Hi
I'd like my task to check to see if the QueueId has been assigned before attempting to post to the queue. Is there a value of MessageQ_QueueId that is not assigned by
msgqStatus = MessageQ_open(localQueueName, &QueueId);
My goal is to have task A open the queue, and have task B do puts to the queue, but I'd like a method for task B to pend on QueueId if it has not been assigned.
I checked cdoc and the IPC users guide for this information. No luck.
Cheers
Eddie