hi,
i have an evnt class that reads data from a file. the event file reads data and put it into 2 queues, i for NEW event and other for QUERY events. echs NEW QUERY has a unique identification.
TM class has to get the data from the 2 queues in the order of the unique identification?
how do i do it?
i triyed accessing the queues from TM , but i can't get the data how do i get the data from the queues in the order of the uniqie identification