On Feb 23, 2007, at 8:49 AM, James Strachan wrote:
On 2/23/07, pandi79 <[EMAIL PROTECTED]> 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