[JBoss-user] [JBoss.NET & SOAP] - Re: Web Services over JMS?

2004-07-09 Thread Edisono
Hi portuguese friend. I'm from Aveiro, and could you help on this: 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 com

[JBoss-user] [JBoss.NET & SOAP] - Re: Web Services over JMS?

2004-07-07 Thread arielah
The main similarity between JMS and webservice that I see, is that both can be implemented as asynchronous calls. The advantage of webservices it that you can easily inteoperate between different vendors. However, if that's not in your case I'd vote for JMS because it performs faster. View the