Results 1 to 3 of 3

Thread: Spring MDP + Websphere Application Server

  1. #1
    Join Date
    Mar 2008
    Posts
    2

    Default Spring MDP + Websphere Application Server

    Hey everyone,
    Does anyone know the answers of these questions?

    1) when running a Spring MDP app in WAS, do any WAS resources need to be defined (i.e., ListenerPorts, JMSDestinations, JMSConnectionFactories, ...)


    2) how does Spring MDP listen on a queue? does is start it's own threads which aren't managed by WebSphere?

    Thanks

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,632

    Default

    You still have to configure your normal JMS stuff, spring uses that it isn't it's own JMS provider.

    Regarding your other question it depends on how you configured stuff. If you don't configure anything it uses a default TaskExecutor, however you can also configure it to use the WebSphere stuff.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Mar 2008
    Posts
    2

    Default

    Thanks for the quick response, a few follow up questions though...

    In regards to the terms "Websphere stuff", can you be a little more specific?

    Is there a way to configure Spring to use a Listener Port?


    Thanks

Posting Permissions

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