On 8/14/06, jun <[EMAIL PROTECTED]> wrote:
Hi, I am new to activeMQ, is there a way to do a http post without a web server invloved?
No - the http and ajax connectors for ActiveMQ depend on at a minimum a servlet engine and typically Jetty which is a pure Java web server. By definition if you are reading http then you are a web server so its pretty hard to avoid it :) -- James ------- http://radio.weblogs.com/0112098/
