On 5/31/06, garf <[EMAIL PROTECTED]> wrote:
I am trying to develop an Asynchronous web service using ActiveMQ with Tomcat 5.0.28, is there any sample code or tutorial to help guide me through this.
ActiveMQ is not a web services stack, so I'd recommend you look at XFire or Celtix which let you turn your POJO using JSR 181 annotations into a web service and use JMS as a transport. If you are not too concerned with pointy brackets and SOAP you could just use Lingo instead http://lingo.codehaus.org/ which can take any POJO and enable asynchronous messaging using JMS -- James ------- http://radio.weblogs.com/0112098/
