We want to use SI in Websphere Application Server. We understand that SI infrastructure will create threads for some logic (e.g. when polling on the queue).
It works 100% fine if we run SI as a standalone app. But when run inside websphere, it is suggested to use WorkManager API to manage thread. May I know how we can configure SI to create threads using WorkManager? e.g. by injection?


Reply With Quote