This method is the constructor for the OMTMMessageQueue class. It allocates theQueue, the OMOSMessageQueue member of OMTMMessageQueue, with a given size and the ability to grow dynamically. In addition, it initializes the following:
Public
OMTMMessageQueue (const long messageQueueSize =
OMOSThread::DefaultMessageQueueSize,
OMBoolean dynamicMessageQueue = TRUE)
messageQueueSize
The initial size of the queue
dynamicMessageQueue
A Boolean value that specifies whether the queue is dynamic or fixed