0

I would like to kill the Quartz Thread and there is no direct way to achieve this in Quartz.

can we create our own Customized Quartz Thread Pool Implementation to achieve the same by adding the required details to identify the thread and kill the same by java thread.interrupt.

Could someone share your thoughts on this?

Tomasz Nurkiewicz
  • 334,321
  • 69
  • 703
  • 674
Kathir
  • 2,733
  • 12
  • 39
  • 67

1 Answers1

0

We have done using socket programming and able to open a socket and trace the socket and finally kill the socket. This has been achieved in a different way.

Assume, a Job is connected with a third party server and third party server doesn't sends the response in a given time.

Kathir
  • 2,733
  • 12
  • 39
  • 67