This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Is it possible to use JMS instead of HTTP with Web Services? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Is it possible to use JMS instead of HTTP with Web Services?" Watch "Is it possible to use JMS instead of HTTP with Web Services?" New topic
Author

Is it possible to use JMS instead of HTTP with Web Services?

Edison Martins
Greenhorn

Joined: Jul 08, 2004
Posts: 2
Hi everyone,

Is it really possible to use JMS instead of HTTP with Web Services? And if so I'm restricted to open-source technologies, so I'm developing with JBoss and AXIS, can it still be done?
The cenario I'm trying to implement is a complete communication using JMS as the tranport layer between the client and the web service and also between the web service and the server.
By the way, if anyone knows any good tutorials or examples for this cenario feel free to post the links in this question. I would appreciate it very much!!!

Thanks in advance!

edisono@mail.pt
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
At least the latest release of Axis includes a JMS transport implementation but I haven't seen a tutorial anywhere.


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Is it possible to use JMS instead of HTTP with Web Services?
 
Similar Threads
Transfering large amounts of records from one J2EE system to another: how?
JMS vs Web services
to Ray Lai: Best Practices/Patterns for web services
doubt in web service composition
Webservice vs JMS