You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by V....@iflexsolutions.com on 2006/07/31 07:10:12 UTC

implement JMS transport

Hi,

 

 I want to implement my web service using JMS transport. 

Please help me on a good link or an example that would guide me 

In the process. Your help on this will be appreciated.

 

Regards,

Preetha V.

 

 

 



DISCLAIMER:
This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.

Re: implement JMS transport

Posted by Ali Sadik Kumlali <as...@yahoo.com>.
Hi Preetha,

All of the info I'll give is for Axis2 only not for Axis.

AFAIK, currently, there is no a tutorial for the Axis2 JMS. 

 There are two JMS implementations of Axis2. Current implementation (org.apache.axis2.transport.jms.*) was ported from Axis1 and available with Axis2-1.0. On the other hand, new implementation(org.apache.axis2.transport.njms.*) was written from the ground up after Axis2-1.0 was released. For the new JMS implementation, you'll need to use nightly builds or SVN.

Some resources:
- There is an integration test based on the current implemenation. But you need to change many thing to be able to run. I posted some mails to the axis-user list regarding this.
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/jms/JMSEchoRawXMLTest.java?view=markup

 - I created a fully documented unit test for the new JMS implementation. It also has screenshots that let you configure SonicMQ and Hermes. Please note that there is no feedback from the Axis2 team yet. So, please don't take it as real solution.
https://issues.apache.org/jira/browse/AXIS2-868

- axis-user archive. You may restrict the query further.
 http://www.mail-archive.com/cgi-bin/htsearch?config=axis-user_ws_apache_org&restrict=&exclude=&words=JMS+Axis2
  
 - axis-dev archive. You may restrict the query further.
 http://www.mail-archive.com/cgi-bin/htsearch?config=axis-dev_ws_apache_org&restrict=&exclude=&words=JMS+Axis2
 
 Hope this helps,

Ali Sadik Kumlali

----- Original Message ----
From: V.Preetha@iflexsolutions.com
To: axis-user@ws.apache.org
Sent: Monday, July 31, 2006 8:10:12 AM
Subject: implement JMS transport

             Hi,
     
    I want to implement my web service using JMS transport. 
   Please help me on a good link or an example that would guide me 
   In the process. Your help on this will be appreciated.
     
   Regards,
   Preetha V.
     
      
   
    
   
  
DISCLAIMER:
This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.