Integrating Apache HttpServer and ActiveMQ

2007-02-23 Thread pandi79
Hi, Does Apache provide the feature to integrate Apache Http server to ActiveMQ? My requirement is : I need to plugin active mq component into apache webserver. Asusem that I have a html form to take message from user. Once I given the data & submit the page, the data should be delivered to A

class not found org.apache.activemq.web.MessageServlet

2007-02-23 Thread pandi79
Hi, I am doing some POC to use REST HTTP options. I've given servlet mapping entries below : http://localhost:9090"/> MessageServlet org.apache.activemq.web.MessageServlet 1 MessageServlet /queue W

Re: [Spam: 5.0] class not found org.apache.activemq.web.MessageServlet

2007-02-23 Thread pandi79
g/web-samples.html seems to be applicable for source version , not for binary version. For v4.1.0, there is no option available to download source code. pandi79 wrote: > > Hi, > > I am doing some POC to use REST HTTP options. > > I've given servlet mapping entries below :

java client program for Web Demo

2007-02-25 Thread pandi79
Using ActiveMQ 4.0.2 Web demo sample. Able to send & browse the message via internet explorer as per the instruction provided by Apache. But my requirement to receive the message by using JMS stand alone program.. The following steps I have done. 1. Sent the xml message via Html form (queue nam

Re: [Spam: 5.0] java client program for Web Demo

2007-02-26 Thread pandi79
program to fetch all the messages available in myqueue. But didn't get the result. Moreover, if I start jconsole, it's not connecting ot the broker . James.Strachan wrote: > > On 2/26/07, pandi79 <[EMAIL PROTECTED]> wrote: >> >> Using ActiveMQ 4.0.2 Web demo

Re: [Spam: 5.0] java client program for Web Demo

2007-02-26 Thread pandi79
xamply by jetty server, it would internally create broker. So we don't need to create another borker by the command 'activemq' in /bin directory. But I started activemq broker explicitely. Is this apprach correct? pandi79 wrote: > > Thanks for your response. > >