Re: ActiveMQ - HTTP - Remoting

2009-10-29 Thread roman hawk
Hello Charles, By chance, I'm investigating similar problem - connect multiple OSGi clients and server. But I have requirement to allow bidirectional communication even in case of NAT/Firewall. IMHO, ActiveMQ with HTTP transport should not be compared to REST directly. Choice depends on requirem

Re: HTTP Tunneling for Embedded Broker

2009-10-29 Thread roman hawk
- http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Thu, Oct 29, 2009 at 10:53 AM, roman hawk wrote: > >> >> Hello, thanks for your response. >> >> I've checked HttpEmbeddedTunnelServlet. >> >>

Re: HTTP Tunneling for Embedded Broker

2009-10-29 Thread roman hawk
om/dejanb > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Thu, Oct 29, 2009 at 6:34 AM, roman hawk wrote: > >> >> I've the following use case: >>

HTTP Tunneling for Embedded Broker

2009-10-28 Thread roman hawk
I've the following use case: According to ActiveMQ docs and code, it is possible to open http transport from broker. Jetty server is started inside HttpTransportServer. Listener from HttpTransportServer is registered in HttpTunnelServlet, which is started inside Jetty. I have an embedded broker.