The moose likes Spring and the fly likes Application Structure- Spring, Oracle Application Server, Oracle Queue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Spring
Reply Bookmark "Application Structure- Spring, Oracle Application Server, Oracle Queue" Watch "Application Structure- Spring, Oracle Application Server, Oracle Queue" New topic
Author

Application Structure- Spring, Oracle Application Server, Oracle Queue

Amirr Rafique
Ranch Hand

Joined: Nov 14, 2005
Posts: 323
Hi Guys

I want to setup an application which will be listening on Oracle (Database) Queue and will call a webservice after processing the message from the queue. This application will run in Oracle Application Server. Kindly help me with following question

1-Should I use EJB3 or Spring to listen on Queue
2- I am more inclined to Spring; If I use Spring will it be a web application based in the spring? I am new to Spring and not able to visualize the placement of MDP in Spring webapp.

Looking forward for you kind suggestions

"Know where to find the solution and how to use it - that's the secret of success."
Sam Mercs
Ranch Hand

Joined: Feb 08, 2009
Posts: 539

Spring provides good supports for JMS.

I would imagine you would need to create a stand alone client that can consume messages from a queue - like any other non-spring solution. I don't see why you would need to create a web application or how that could even help!


Cheers - Sam.
Twisters - The new age Java Quiz || My Blog
 
 
subject: Application Structure- Spring, Oracle Application Server, Oracle Queue
 
Threads others viewed
Using IOC
ActiveMQ: message transactions/history to be permanently stored
WAS5.02 and OracleAQ as Generic JMS Provider
what is the difference between the spring and spring MVC
JMS and JDBC In a single transaction
developer file tools