Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / August 2006

Tip: Looking for answers? Try searching our database.

SOAP over JMS vs SOAP over HTTP

Thread view: 
Nagesh - 11 Aug 2006 12:13 GMT
Hi,

I am confused on usage of SOAP message over different mediums. I am
trying to find out if SOAP over JMS is better than SOAP over HTTP, or
not.

Actually I need to implement a Centrailzed Web Service for my
application, for which the main concerns are Scalability & Performance.
Interoperability is not that big constraint, as most of the clients are
based on Java (with a few clients on Perl & Siebel).

So if anyone has some idea on which one would be better for me, please
do help. Any inputs or any pointers for this would be highly
appreciated.

cheers
-nagesh
Tomek - 11 Aug 2006 12:42 GMT
Nagesh napisal(a):
> Hi,

> Actually I need to implement a Centrailzed Web Service for my
> application, for which the main concerns are Scalability & Performance.
> Interoperability is not that big constraint, as most of the clients are
> based on Java (with a few clients on Perl & Siebel).

IMO:
If your business logic require that you must use reliable transport (
client cant retry message ) or you don't care when response will
arrive, then use JMS.
If you prefer Performance & scalability then i think http transport is
better( probaly faster and  you can just put any  http router in front
of your server and add new box when needed ).
btw. i hope you use stax based webservice ( Performance :) like Xfire
or Axis 2.x :)
Arne Vajhøj - 12 Aug 2006 01:31 GMT
> I am confused on usage of SOAP message over different mediums. I am
> trying to find out if SOAP over JMS is better than SOAP over HTTP, or
[quoted text clipped - 8 lines]
> do help. Any inputs or any pointers for this would be highly
> appreciated.

Some years ago SOAP over JMS had a very bad reputation
due to poor implementations.

It may have improved since then. But there are no doubt
that SOAP over HTTP is the mainstream.

And usually mainstream means fewer bugs and more
work on improving performance.

Arne


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.