-
Mar 21st, 2008, 09:30 AM
#1
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
-
Mar 22nd, 2008, 03:33 AM
#2
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.
-
Mar 24th, 2008, 02:25 PM
#3
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
-
Forum Rules