I have a thread name .By using that thread name how i may need to find whether the thread is alive or not. In Thread Name I have a combination of app_num and Id which helps to refer me when new thread starts.So I need to give condition that if thread is already alive for same App_num and Queue_Id then it skips starting another new thread as it already exists
Thanks in advance