Sachin, To be more precise, Axis2 is able to send SOAP messages over JMS, but it does not conform to the formal SOAP over JMS specification [1]. You will need to check what Tibco expects. Note that I'm not aware of any widely used implementation of this spec (e.g. WebSphere Process Server supports JMS, but it doesn't conform to these specs either, which are quite recent). Since the JMS implementation in Axis2 is very flexible, chances are high that you will be able to make it work in your use case out of the box.
Andreas [1] http://www.w3.org/Submission/SOAPJMS/ On Tue, May 19, 2009 at 04:30, Asankha C. Perera <[email protected]> wrote: > Deepal jayasinghe wrote: >> >> Hope someone can give you a better answer. >> >> - Deepal >> >>> >>> Deepal, >>> I understand you had done quite a lot of development and research on >>> AXIS2. I had been searching for implementation of SOAP/JMS for Axis without >>> luck. So I thought of posting question to you with respect to your >>> experience with AXIS's capability to support SOAP/JMS >>> >>> 1) How well it is supported within AXIS2 currently >>> 2) If My services are deployed on TIBCO Business works and I need my >>> client to communicate to these services through SOAP/JMS how easy or >>> difficult it is using AXIS2. 3) Will this be handlers be available out of >>> box or I need to develop custom code. > > Sachin, > 1) Axis2 supports SOAP/JMS pretty well - and I suggest you do some testing / > POC to make sure all your scenarios are working well > 2) I am not familiar with TIBCO Business Works, but this should be pretty > straight forward > 3) You do not need to develop any custom code, its already available > > PS: See some of the articles at > http://adroitlogic.org/knowledge-base-axis2.html > > cheers > asankha > > -- > Asankha C. Perera > AdroitLogic, http://adroitlogic.org > > http://esbmagic.blogspot.com > > > > >
