Results 1 to 2 of 2

Thread: Using Spring Integration inside Container

  1. #1

    Question Using Spring Integration inside Container

    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?

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,844

    Default

    There is an open issue in JIRA for this, and we plan to resolve it for the M5 release.

    Here's the link (feel free to vote and/or add a watch): http://jira.springframework.org/browse/INT-244

    -Mark

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •