I am struck in a situation where my sequence is struck in a get statement. (request_q.get(req);, but the strange thing is that "req" item is already put into the "request_q" (request_q.put(req);) from another component and also the connection part is also correct, as this code is working fine in other testcase except that it just got struck in a testcase.
My question is "Is there a way to check whether my sequence which call the get statement is active or dead" ? any suggestion to debug such scenario where there is a successfull "put" but doesn't get the item from a "get".
Thanks,
Debashis