You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by pandi79 <pa...@wipro.com> on 2007/02/23 12:49:32 UTC

Integrating Apache HttpServer and ActiveMQ

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 ActiveMQ
queue.  If anyo ne have done this solution, please share your experience.

Regards,
Pandiarajan.J
-- 
View this message in context: http://www.nabble.com/Integrating-Apache-HttpServer-and-ActiveMQ-tf3278409s2354.html#a9117480
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Integrating Apache HttpServer and ActiveMQ

Posted by Brian McCallister <br...@apache.org>.
On Feb 23, 2007, at 8:49 AM, James Strachan wrote:

> On 2/23/07, pandi79 <pa...@wipro.com> wrote:
>>
>> 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  
>> ActiveMQ
>> queue.  If anyo ne have done this solution, please share your  
>> experience.
>
> Absolutely, using the REST support...

You could also use either the perl, ruby, php, or python clients and  
mod_[perl|ruby|python|php], or even just CGI depending on the  
performance characteristics you need, to push the message.

-Brian

Re: Integrating Apache HttpServer and ActiveMQ

Posted by James Strachan <ja...@gmail.com>.
On 2/23/07, pandi79 <pa...@wipro.com> wrote:
>
> 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 ActiveMQ
> queue.  If anyo ne have done this solution, please share your experience.

Absolutely, using the REST support...
http://activemq.apache.org/rest.html

to see an example try
http://activemq.apache.org/web-samples.html

(note we currently use a Servlet or embedded Jetty to do the HTML <->
JMS bridge, so if you wanted to use Apache HTTPD then you'd need it to
proxy to some Java web container like Jetty or Tomcat

-- 

James
-------
http://radio.weblogs.com/0112098/