nice!i will try it out then. Date: Wed, 16 May 2007 16:47:25 +0530From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: jms<->WS-rm<->jms
hu dac wrote: i will look into synapse futher but google already came up with this from the mailling list: http://www.mail-archive.com/[EMAIL PROTECTED]/msg03422.html The date of the mail is Tue, 08 May 2007, its not yet long working in synapse. Yep, we got it working with the *latest* Sandesha2 SNAPSHOTS (that goes with Axis2 1.2) early this month. However, your conclusion w.r.t "its not yet long working in synapse" is wrong, as we supported WS-RM even before, for e.g. 0.91 release.. Date: Wed, 16 May 2007 13:52:56 +0530 From: [EMAIL PROTECTED] To: [email protected] Subject: Re: FW: jms<->WS-rm<->jms Hi Hugo I'm trying to create a complete reliable path from client to server application using JMS and WS-rm. I'm using Axis2 with sandesha and activeMQ. Something like this: Client appl<==JMS==>ClientWebservice<==WS-rm==>ServerWebservice<==JMS==>Server appl I just got it to work for a oneWay fireAndForget message, but my JMS messages are just of type MapMessage with key and value strings. We only support binary and text messages in the current implementation. How do I go about making the JMS messages soap/jms without the WS-rm parts in it? Cant you remove the WS-RM headers from the envelope, and then send the payload over JMS? Anyway, Apache Synapse is something I would strongly recommend that you look at. It will allow you to convert from HTTP/S to JMS or from RM to non-RM etc simply by configuration rather than writing code. (See http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html?content-type=text%2Fhtml&view=co#Sample503) Synapse will release its 1.0 version, as soon as Sandesha2 and Rampart releases their versions compatible with Axis 1.2 More information on Synapse could be found from http://ws.apache.org/synapse/ Because I use a durable queue we don't need to add the WS-rm in the JMS/soap messages. I don't completely understand the axis manual about the JMS transport http://ws.apache.org/axis2/1_2/jms-transport.html I think it says that the webservice are only exposed over JMS so then the WS-rm parts are included ?? or not ? I don't completely understand what you mean by 'WS-RM parts included' :-) asankha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Zoek veilig vanaf elke webpagina met deze Toolbar. Je kunt de gratis Windows Live Toolbar meteen downloaden! Probeer het nu! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] _________________________________________________________________ Download de nieuwe Windows Live Messenger! http://get.live.com/messenger/overview
