Unmanaged Threads Spring Quartz Websphere Hibernate

前端 未结 8 2083
囚心锁ツ
囚心锁ツ 2020-12-06 06:54

It appears that our implementation of using Quartz - JDBCJobStore along with Spring, Hibernate and Websphere is throwing unmanaged threads.

I have done some readin

8条回答
  •  北海茫月
    2020-12-06 07:19

    You can check the below JIRA link raised on quartz regarding this.

    http://jira.opensymphony.com/browse/QUARTZ-708

    This has the required WebSphereThreadPool implementation which can be used with the changes in quartz.properties as mentioned to meet your requirements. Hope this helps.

    Regards, Siva

提交回复
热议问题