Michele

You could use Apache Synapse (ws.apache.org/synapse). It can take
XML/SOAP over HTTP requests and forward them to JMS. No coding
required. It can also perform load-balancing. You could do round-robin
DNS to Synapse to spread the load to a pair of Synapse servers or just
have one. It can handle fairly high loads on its own.

Paul

On 8/9/07, Michele Mazzucco <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I want use both SOAP over HTTP and SOAP over JMS (topic with multiple
> subscribers) but it's not very clear how to achieve my goal.
> I want to put a sort of proxy/load balancer in front of my distributed
> app to receive HTTP requests and forward them via JMS to a replicated
> web service.
> Here are my questions:
> 1 - How do I configure axis2 assuming it runs inside tomcat? I guess the
> transport is completely transparent to my app, but what about if I want
> to use JMS to accomplish other tasks?
> 2 - What do you suggest to use as proxy (I'll eventually need to modify
> it in order to detect and react to node crashes).
>
>
> Thanks,
> Michele
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Paul Fremantle
Co-Founder and VP of Technical Sales, WSO2
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to