Results 1 to 2 of 2

Thread: Spring JMS with OC4J container

  1. #1
    Join Date
    Nov 2008
    Posts
    4

    Default Spring JMS with OC4J container

    Hi ,
    I am using org.springframework.jms.listener.DefaultMessageLis tenerContainer to receive message from a Message Oriented Middlewire.When I read Spring 's documentation for DefaultMessageListenerContainer , I found that below is mentioned :

    "Specify an alternative TaskExecutor to integrate with an existing
    thread pool facility (such as a J2EE server's), for example using a
    org.springframework.scheduling.commonj.WorkManager TaskExecutor CommonJ WorkManager"
    So I would like to know has anyone tried to use OC4J thread pool / work management along with DefaultMessageListenerContainer to manage work.If yes please let me know how to do this.

    Thanks

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

    Default

    You should ask this question in the "Remoting and JMS" forum category. There, you would probably have a better chance of getting replies. This category is specifically intended for discussion about the "Spring Integration" project.

Posting Permissions

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